2015-11-06 16:20:06 +03:00
LC_ALL=C \
PATH=/bin \
2019-03-06 15:29:01 +03:00
HOME=/tmp/lib/domain--1-test-bios \
2015-11-06 16:20:06 +03:00
USER=test \
LOGNAME=test \
2019-03-08 14:15:07 +03:00
XDG_DATA_HOME=/tmp/lib/domain--1-test-bios/.local/share \
XDG_CACHE_HOME=/tmp/lib/domain--1-test-bios/.cache \
XDG_CONFIG_HOME=/tmp/lib/domain--1-test-bios/.config \
2015-11-06 16:20:06 +03:00
QEMU_AUDIO_DRV=none \
2017-04-06 19:19:48 +03:00
/usr/bin/qemu-system-x86_64 \
2015-11-06 17:29:41 +03:00
-name test-bios \
2015-11-06 16:20:06 +03:00
-S \
2018-03-29 13:51:55 +03:00
-machine pc,accel=tcg,usb=off,dump-guest-core=off \
2016-07-11 17:27:53 +03:00
-drive file=/usr/share/OVMF/OVMF_CODE.fd,if=pflash,format=raw,unit=0,\
readonly=on \
2014-08-07 15:50:00 +04:00
-drive file=/usr/share/OVMF/OVMF_VARS.fd,if=pflash,format=raw,unit=1 \
2015-11-06 16:20:06 +03:00
-m 1024 \
2019-04-12 11:03:36 +03:00
-realtime mlock=off \
2016-06-23 14:29:16 +03:00
-smp 1,sockets=1,cores=1,threads=1 \
2015-11-06 17:29:52 +03:00
-uuid 362d1fc1-df7d-193e-5c18-49a71bd1da66 \
2018-03-29 13:51:55 +03:00
-display none \
2018-03-29 13:51:55 +03:00
-no-user-config \
2015-11-06 16:20:06 +03:00
-nodefaults \
2017-06-26 17:40:39 +03:00
-chardev socket,id=charmonitor,path=/tmp/lib/domain--1-test-bios/monitor.sock,\
server,nowait \
2018-03-29 01:04:58 +03:00
-mon chardev=charmonitor,id=monitor,mode=control \
2018-03-29 13:51:55 +03:00
-rtc base=utc \
2018-03-29 13:51:55 +03:00
-no-shutdown \
2018-08-09 14:26:17 +03:00
-boot menu=on \
2015-11-06 16:20:06 +03:00
-usb \
2015-12-28 17:13:52 +03:00
-drive file=/dev/HostVG/QEMUGuest1,format=raw,if=none,id=drive-ide0-0-0 \
2019-01-28 16:44:57 +03:00
-device ide-hd,bus=ide.0,unit=0,drive=drive-ide0-0-0,id=ide0-0-0,bootindex=1 \
2015-08-12 17:52:18 +03:00
-device usb-tablet,id=input0,bus=usb.0,port=1 \
2014-08-07 15:50:00 +04:00
-device virtio-balloon-pci,id=balloon0,bus=pci.0,addr=0x3