mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-03 11:51:11 +00:00
6cb9ef1bab
Bhyve as of r279225 (FreeBSD -CURRENT) or r284894 (FreeBSD 10-STABLE) supports using UTC time offset via the '-u' argument to bhyve(8). By default it's still using localtime. Make the bhyve driver use UTC clock if it's requested by specifying <clock offset='utc'> in domain XML and if the bhyve(8) binary supports the '-u' flag.
7 lines
221 B
Plaintext
7 lines
221 B
Plaintext
/usr/sbin/bhyve -c 1 -m 214 -u -H -P -s 0:0,hostbridge \
|
|
-s 3:0,virtio-net,faketapdev,mac=52:54:00:00:00:00 \
|
|
-s 2:0,ahci-hd,/tmp/freebsd1.img \
|
|
-s 2:0,ahci-hd,/tmp/freebsd2.img \
|
|
-s 2:0,ahci-hd,/tmp/freebsd3.img \
|
|
bhyve
|