2018-01-09 17:42:51 +00:00
|
|
|
LC_ALL=C \
|
|
|
|
PATH=/bin \
|
2019-03-06 12:29:01 +00:00
|
|
|
HOME=/tmp/lib/domain--1-guest \
|
2018-01-09 17:42:51 +00:00
|
|
|
USER=test \
|
|
|
|
LOGNAME=test \
|
2019-03-08 11:15:07 +00: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 17:42:51 +00:00
|
|
|
QEMU_AUDIO_DRV=none \
|
|
|
|
/usr/bin/qemu-system-aarch64 \
|
2021-08-10 14:39:38 +00:00
|
|
|
-name guest=guest,debug-threads=on \
|
2018-01-09 17:42:51 +00:00
|
|
|
-S \
|
2021-09-21 15:50:00 +00:00
|
|
|
-object secret,id=masterKey0,format=raw,file=/tmp/lib/domain--1-guest/master-key.aes \
|
2021-11-05 08:38:10 +00:00
|
|
|
-machine virt,usb=off,dump-guest-core=off,gic-version=2 \
|
|
|
|
-accel tcg \
|
2018-01-09 17:42:51 +00:00
|
|
|
-m 1024 \
|
2019-04-12 08:03:36 +00:00
|
|
|
-realtime mlock=off \
|
2018-01-09 17:42:51 +00:00
|
|
|
-smp 1,sockets=1,cores=1,threads=1 \
|
|
|
|
-uuid 496d7ea8-9739-544b-4ebd-ef08be936e8b \
|
2018-03-29 10:51:55 +00:00
|
|
|
-display none \
|
2018-03-29 10:51:55 +00:00
|
|
|
-no-user-config \
|
2018-01-09 17:42:51 +00:00
|
|
|
-nodefaults \
|
2021-03-31 08:46:36 +00:00
|
|
|
-chardev socket,id=charmonitor,path=/tmp/lib/domain--1-guest/monitor.sock,server=on,wait=off \
|
2018-03-28 22:04:58 +00:00
|
|
|
-mon chardev=charmonitor,id=monitor,mode=control \
|
2018-03-29 10:51:55 +00:00
|
|
|
-rtc base=utc \
|
2018-03-29 10:51:55 +00:00
|
|
|
-no-shutdown \
|
2018-01-09 17:42:51 +00:00
|
|
|
-no-acpi \
|
2021-09-20 14:22:59 +00:00
|
|
|
-boot strict=on \
|
2021-10-04 21:07:44 +00:00
|
|
|
-device pcie-root-port,port=8,chassis=1,id=pci.1,bus=pcie.0,multifunction=on,addr=0x1 \
|
2018-03-28 10:48:38 +00:00
|
|
|
-device pcie-pci-bridge,id=pci.2,bus=pci.1,addr=0x0 \
|
2021-10-04 21:07:44 +00:00
|
|
|
-device pcie-root-port,port=9,chassis=3,id=pci.3,bus=pcie.0,addr=0x1.0x1 \
|
2018-01-09 17:42:51 +00:00
|
|
|
-chardev pty,id=charserial0 \
|
2021-08-10 15:07:10 +00:00
|
|
|
-device pci-serial,chardev=charserial0,id=serial0,bus=pci.2,addr=0x1 \
|
|
|
|
-msg timestamp=on
|