1LC_ALL=C \
2PATH=/bin \
3HOME=/tmp/lib/domain--1-armtest \
4USER=test \
5LOGNAME=test \
6XDG_DATA_HOME=/tmp/lib/domain--1-armtest/.local/share \
7XDG_CACHE_HOME=/tmp/lib/domain--1-armtest/.cache \
8XDG_CONFIG_HOME=/tmp/lib/domain--1-armtest/.config \
9QEMU_AUDIO_DRV=none \
10/usr/bin/qemu-system-arm \
11-name guest=armtest,debug-threads=on \
12-S \
13-object secret,id=masterKey0,format=raw,file=/tmp/lib/domain--1-armtest/master-key.aes \
14-machine vexpress-a9,usb=off,dump-guest-core=off \
15-accel tcg \
16-m 1024 \
17-realtime mlock=off \
18-smp 1,sockets=1,cores=1,threads=1 \
19-uuid 496d7ea8-9739-544b-4ebd-ef08be936e6a \
20-display none \
21-no-user-config \
22-nodefaults \
23-chardev socket,id=charmonitor,path=/tmp/lib/domain--1-armtest/monitor.sock,server=on,wait=off \
24-mon chardev=charmonitor,id=monitor,mode=control \
25-rtc base=utc \
26-no-shutdown \
27-boot strict=on \
28-kernel /arm.kernel \
29-initrd /arm.initrd \
30-append 'console=ttyAMA0,115200n8 rw root=/dev/vda3 rootwait physmap.enabled=0' \
31-dtb /arm.dtb \
32-device virtio-serial-device,id=virtio-serial0 \
33-usb \
34-drive file=/arm.raw,format=raw,if=none,id=drive-virtio-disk0 \
35-device virtio-blk-device,drive=drive-virtio-disk0,id=virtio-disk0,bootindex=1 \
36-netdev user,id=hostnet0 \
37-device virtio-net-device,netdev=hostnet0,id=net0,mac=52:54:00:09:a4:37 \
38-chardev pty,id=charserial0 \
39-serial chardev:charserial0 \
40-chardev pty,id=charconsole1 \
41-device virtconsole,chardev=charconsole1,id=console1 \
42-device virtio-balloon-device,id=balloon0 \
43-object rng-random,id=objrng0,filename=/dev/random \
44-device virtio-rng-device,rng=objrng0,id=rng0 \
45-msg timestamp=on
46