bhyve: cdrom support

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.
This commit is contained in:
Roman Bogorodskiy
2014-07-24 18:56:37 +04:00
parent dd4791c00d
commit d704e69858
4 changed files with 59 additions and 10 deletions
+1
View File
@@ -104,6 +104,7 @@ mymain(void)
DO_TEST("base");
DO_TEST("acpiapic");
DO_TEST("disk-cdrom");
DO_TEST("disk-virtio");
DO_TEST("macaddr");
DO_TEST("serial");