2018-01-09 18:42:51 +01:00
LC_ALL=C \
PATH=/bin \
2019-03-06 13:29:01 +01:00
HOME=/tmp/lib/domain--1-guest \
2018-01-09 18:42:51 +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 \
2018-01-09 18:42:51 +01:00
QEMU_AUDIO_DRV=none \
/usr/bin/qemu-system-aarch64 \
2021-08-10 16:39:38 +02:00
-name guest=guest,debug-threads=on \
2018-01-09 18:42:51 +01:00
-S \
2021-03-30 17:24:26 +02:00
-machine virt,accel=tcg,usb=off,dump-guest-core=off,gic-version=2 \
2018-01-09 18:42:51 +01:00
-m 1024 \
2019-04-12 10:03:36 +02:00
-realtime mlock=off \
2018-01-09 18:42:51 +01:00
-smp 1,sockets=1,cores=1,threads=1 \
-uuid 496d7ea8-9739-544b-4ebd-ef08be936e8b \
2018-03-29 12:51:55 +02:00
-display none \
2018-03-29 12:51:55 +02:00
-no-user-config \
2018-01-09 18:42:51 +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 \
2018-01-09 18:42:51 +01:00
-no-acpi \
2021-03-31 10:46:36 +02:00
-device pcie-root-port,port=0x8,chassis=1,id=pci.1,bus=pcie.0,multifunction=on,addr=0x1 \
2018-03-28 12:48:38 +02:00
-device pcie-pci-bridge,id=pci.2,bus=pci.1,addr=0x0 \
-device pcie-root-port,port=0x9,chassis=3,id=pci.3,bus=pcie.0,addr=0x1.0x1 \
2018-01-09 18:42:51 +01:00
-chardev pty,id=charserial0 \
2021-08-10 17:07:10 +02:00
-device pci-serial,chardev=charserial0,id=serial0,bus=pci.2,addr=0x1 \
-msg timestamp=on