2017-11-09 19:14:57 +03:00
LC_ALL=C \
PATH=/bin \
2019-03-06 15:29:01 +03:00
HOME=/tmp/lib/domain--1-guest \
2017-11-09 19:14:57 +03:00
USER=test \
LOGNAME=test \
2019-03-08 14:15:07 +03: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-11-09 19:14:57 +03:00
QEMU_AUDIO_DRV=none \
/usr/bin/qemu-system-aarch64 \
2021-08-10 17:39:38 +03:00
-name guest=guest,debug-threads=on \
2017-11-09 19:14:57 +03:00
-S \
2021-03-30 18:24:26 +03:00
-machine virt,accel=tcg,usb=off,dump-guest-core=off,gic-version=2 \
2017-11-09 19:14:57 +03:00
-m 512 \
2019-04-12 11:03:36 +03:00
-realtime mlock=off \
2017-11-09 19:14:57 +03:00
-smp 1,sockets=1,cores=1,threads=1 \
-uuid 1ccfd97d-5eb4-478a-bbe6-88d254c16db7 \
2018-03-29 13:51:55 +03:00
-display none \
2018-03-29 13:51:55 +03:00
-no-user-config \
2017-11-09 19:14:57 +03:00
-nodefaults \
2021-03-31 11:46:36 +03:00
-chardev socket,id=charmonitor,path=/tmp/lib/domain--1-guest/monitor.sock,server=on,wait=off \
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 \
2017-11-09 19:14:57 +03:00
-no-acpi \
2021-09-20 17:22:59 +03:00
-boot strict=on \
2021-03-31 11:46:36 +03:00
-device pcie-root-port,port=0x8,chassis=1,id=pci.1,bus=pcie.0,multifunction=on,addr=0x1 \
2017-11-09 19:14:57 +03:00
-device pcie-root-port,port=0x9,chassis=2,id=pci.2,bus=pcie.0,addr=0x1.0x1 \
-device qemu-xhci,id=usb,bus=pci.1,addr=0x0 \
-chardev pty,id=charserial0 \
2021-08-10 18:07:10 +03:00
-device usb-serial,chardev=charserial0,id=serial0,bus=usb.0,port=1 \
-msg timestamp=on