mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-03 11:51:11 +00:00
ed210660d6
This patch adds support for automatic VNC port assignment for bhyve guests. Signed-off-by: Roman Bogorodskiy <bogorodskiy@gmail.com> Reviewed-by: Ján Tomko <jtomko@redhat.com>
13 lines
234 B
Plaintext
13 lines
234 B
Plaintext
/usr/sbin/bhyve \
|
|
-c 1 \
|
|
-m 214 \
|
|
-u \
|
|
-H \
|
|
-P \
|
|
-s 0:0,hostbridge \
|
|
-l bootrom,/path/to/test.fd \
|
|
-s 2:0,ahci,hd:/tmp/freebsd.img \
|
|
-s 3:0,virtio-net,faketapdev,mac=52:54:00:00:00:00 \
|
|
-s 4:0,fbuf,tcp=127.0.0.1:5900 \
|
|
-s 1,lpc bhyve
|