mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-03 20:01:16 +00:00
d704e69858
Add support for CDROM devices for bhyve driver using bhyve(8)'s 'ahci-cd' device type. As bhyve currently does not support media insertion at runtime, disallow to start a domain with an empty source path for cdrom devices.
4 lines
143 B
Plaintext
4 lines
143 B
Plaintext
/usr/sbin/bhyve -c 1 -m 214 -H -P -s 0:0,hostbridge \
|
|
-s 3:0,virtio-net,faketapdev,mac=52:54:00:00:00:00 \
|
|
-s 2:0,ahci-cd,/tmp/cdrom.iso bhyve
|