2015-11-06 07:20:06 -06:00
|
|
|
LC_ALL=C \
|
|
|
|
PATH=/bin \
|
2019-03-06 06:29:01 -06:00
|
|
|
HOME=/tmp/lib/domain--1-test \
|
2015-11-06 07:20:06 -06:00
|
|
|
USER=test \
|
|
|
|
LOGNAME=test \
|
2019-03-08 05:15:07 -06:00
|
|
|
XDG_DATA_HOME=/tmp/lib/domain--1-test/.local/share \
|
|
|
|
XDG_CACHE_HOME=/tmp/lib/domain--1-test/.cache \
|
|
|
|
XDG_CONFIG_HOME=/tmp/lib/domain--1-test/.config \
|
2015-11-06 07:20:06 -06:00
|
|
|
QEMU_AUDIO_DRV=none \
|
2017-04-06 11:19:48 -05:00
|
|
|
/usr/bin/qemu-system-x86_64 \
|
2021-08-10 09:39:38 -05:00
|
|
|
-name guest=test,debug-threads=on \
|
2015-11-06 07:20:06 -06:00
|
|
|
-S \
|
2020-01-23 03:17:28 -06:00
|
|
|
-machine pc,accel=tcg,usb=off,dump-guest-core=off \
|
2015-11-06 07:20:06 -06:00
|
|
|
-m 1024 \
|
2019-04-12 03:03:36 -05:00
|
|
|
-realtime mlock=off \
|
2016-06-23 06:29:16 -05:00
|
|
|
-smp 1,sockets=1,cores=1,threads=1 \
|
2015-11-06 08:29:52 -06:00
|
|
|
-uuid 3fa02811-7832-34bd-004d-1ff56a9286ff \
|
2018-03-29 05:51:55 -05:00
|
|
|
-display none \
|
2018-03-29 05:51:55 -05:00
|
|
|
-no-user-config \
|
2015-11-06 07:20:06 -06:00
|
|
|
-nodefaults \
|
2021-03-31 03:46:36 -05:00
|
|
|
-chardev socket,id=charmonitor,path=/tmp/lib/domain--1-test/monitor.sock,server=on,wait=off \
|
2018-03-28 17:04:58 -05:00
|
|
|
-mon chardev=charmonitor,id=monitor,mode=control \
|
2018-03-29 05:51:55 -05:00
|
|
|
-rtc base=utc \
|
2018-03-29 05:51:55 -05:00
|
|
|
-no-shutdown \
|
2015-11-06 07:20:06 -06:00
|
|
|
-no-acpi \
|
2018-08-09 06:26:17 -05:00
|
|
|
-boot menu=on \
|
2015-11-06 07:20:06 -06:00
|
|
|
-usb \
|
2021-03-31 03:46:36 -05:00
|
|
|
-drive file=/var/lib/libvirt/images/f14.img,format=qcow2,if=none,id=drive-virtio-disk0 \
|
|
|
|
-device virtio-blk-pci,bus=pci.0,addr=0x4,drive=drive-virtio-disk0,id=virtio-disk0,bootindex=2 \
|
|
|
|
-drive file=/var/lib/libvirt/Fedora-14-x86_64-Live-KDE.iso,format=raw,if=none,id=drive-ide0-1-0,readonly=on \
|
2019-01-28 07:44:57 -06:00
|
|
|
-device ide-cd,bus=ide.1,unit=0,drive=drive-ide0-1-0,id=ide0-1-0,bootindex=1 \
|
|
|
|
-drive if=none,id=drive-ide0-1-1,readonly=on \
|
|
|
|
-device ide-cd,bus=ide.1,unit=1,drive=drive-ide0-1-1,id=ide0-1-1 \
|
2021-08-10 10:07:10 -05:00
|
|
|
-device virtio-balloon-pci,id=balloon0,bus=pci.0,addr=0x2 \
|
|
|
|
-msg timestamp=on
|