2016-01-08 10:45:07 +00:00
|
|
|
LC_ALL=C \
|
|
|
|
PATH=/bin \
|
2019-03-06 12:29:01 +00:00
|
|
|
HOME=/tmp/lib/domain--1-aarch64test \
|
2016-01-08 10:45:07 +00:00
|
|
|
USER=test \
|
|
|
|
LOGNAME=test \
|
2019-03-08 11:15:07 +00:00
|
|
|
XDG_DATA_HOME=/tmp/lib/domain--1-aarch64test/.local/share \
|
|
|
|
XDG_CACHE_HOME=/tmp/lib/domain--1-aarch64test/.cache \
|
|
|
|
XDG_CONFIG_HOME=/tmp/lib/domain--1-aarch64test/.config \
|
2016-01-08 10:45:07 +00:00
|
|
|
QEMU_AUDIO_DRV=none \
|
|
|
|
/usr/bin/qemu-system-aarch64 \
|
|
|
|
-name aarch64test \
|
|
|
|
-S \
|
2018-03-29 10:51:55 +00:00
|
|
|
-machine virt,accel=tcg,usb=off,dump-guest-core=off \
|
2016-01-08 10:45:07 +00:00
|
|
|
-cpu cortex-a53 \
|
|
|
|
-m 1024 \
|
2019-04-12 08:03:36 +00:00
|
|
|
-realtime mlock=off \
|
2016-06-23 11:29:16 +00:00
|
|
|
-smp 1,sockets=1,cores=1,threads=1 \
|
2016-01-08 10:45:07 +00:00
|
|
|
-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 \
|
2016-01-08 10:45:07 +00:00
|
|
|
-nodefaults \
|
2017-06-26 14:40:39 +00:00
|
|
|
-chardev socket,id=charmonitor,\
|
|
|
|
path=/tmp/lib/domain--1-aarch64test/monitor.sock,server,nowait \
|
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 \
|
2017-03-09 15:38:26 +00:00
|
|
|
-no-acpi \
|
2016-01-08 10:45:07 +00:00
|
|
|
-kernel /aarch64.kernel \
|
|
|
|
-initrd /aarch64.initrd \
|
|
|
|
-append 'earlyprintk console=ttyAMA0,115200n8 rw root=/dev/vda rootwait' \
|
|
|
|
-dtb /aarch64.dtb \
|
|
|
|
-device virtio-balloon-device,id=balloon0,deflate-on-oom=on
|