mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-09 23:10:08 +00:00
11 lines
161 B
Plaintext
11 lines
161 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,fbuf,tcp=127.0.0.1:5904,w=1920,h=1080 \
|
||
|
-s 1,lpc bhyve
|