mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-03 20:01:16 +00:00
aad479dc4e
Automatically allocate PCI addresses for devices instead of hardcoding them in the driver code. The current allocation schema is to dedicate an entire slot for each devices. Also, allow having arbitrary number of devices.
4 lines
148 B
Plaintext
4 lines
148 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,virtio-blk,/tmp/freebsd.img bhyve
|