2017-03-16 17:41:21 +01:00
LC_ALL=C \
PATH=/bin \
2019-03-06 13:29:01 +01:00
HOME=/tmp/lib/domain--1-guest \
2017-03-16 17:41:21 +01:00
USER=test \
LOGNAME=test \
2019-03-08 12:15:07 +01:00
XDG_DATA_HOME=/tmp/lib/domain--1-guest/.local/share \
XDG_CACHE_HOME=/tmp/lib/domain--1-guest/.cache \
XDG_CONFIG_HOME=/tmp/lib/domain--1-guest/.config \
2017-03-16 17:41:21 +01:00
QEMU_AUDIO_DRV=none \
/usr/bin/qemu-system-x86_64 \
2021-08-10 16:39:38 +02:00
-name guest=guest,debug-threads=on \
2017-03-16 17:41:21 +01:00
-S \
2021-09-21 17:50:00 +02:00
-object secret,id=masterKey0,format=raw,file=/tmp/lib/domain--1-guest/master-key.aes \
2018-03-29 12:51:55 +02:00
-machine q35,accel=tcg,usb=off,dump-guest-core=off \
2017-03-16 17:41:21 +01:00
-m 2048 \
2019-04-12 10:03:36 +02:00
-realtime mlock=off \
2017-03-16 17:41:21 +01:00
-smp 2,sockets=2,cores=1,threads=1 \
-uuid 11dbdcdd-4c3b-482b-8903-9bdb8c0a2774 \
2018-03-29 12:51:55 +02:00
-display none \
2018-03-29 12:51:55 +02:00
-no-user-config \
2017-03-16 17:41:21 +01:00
-nodefaults \
2021-03-31 10:46:36 +02:00
-chardev socket,id=charmonitor,path=/tmp/lib/domain--1-guest/monitor.sock,server=on,wait=off \
2018-03-29 00:04:58 +02:00
-mon chardev=charmonitor,id=monitor,mode=control \
2018-03-29 12:51:55 +02:00
-rtc base=utc \
2018-03-29 12:51:55 +02:00
-no-shutdown \
2017-03-16 17:41:21 +01:00
-no-acpi \
2021-09-20 16:22:59 +02:00
-boot strict=on \
2021-10-04 23:07:44 +02:00
-device pcie-root-port,port=8,chassis=1,id=pci.1,bus=pcie.0,multifunction=on,addr=0x1 \
-device pcie-root-port,port=9,chassis=2,id=pci.2,bus=pcie.0,addr=0x1.0x1 \
-device ioh3420,port=10,chassis=3,id=pci.3,bus=pcie.0,addr=0x1.0x2 \
2021-08-10 17:07:10 +02:00
-msg timestamp=on