mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-06 13:20:20 +00:00
1994d2dddb
At this point unittest covers 4 basic cases: - minimal working XML for bhyve - same as above, but with virtio disk - ACPI and APIC args test - MAC address test
4 lines
145 B
Plaintext
4 lines
145 B
Plaintext
/usr/sbin/bhyve -c 1 -m 214 -H -P -s 0:0,hostbridge \
|
|
-s 1:0,virtio-net,faketapdev,mac=52:54:00:00:00:00 \
|
|
-s 2:0,ahci-hd,/tmp/freebsd.img bhyve
|