2015-11-06 13:20:06 +00:00
|
|
|
LC_ALL=C \
|
|
|
|
PATH=/bin \
|
|
|
|
HOME=/home/test \
|
|
|
|
USER=test \
|
|
|
|
LOGNAME=test \
|
|
|
|
QEMU_AUDIO_DRV=none \
|
|
|
|
/usr/bin/qemu-system-aarch64 \
|
2015-11-06 14:29:41 +00:00
|
|
|
-name aarch64test \
|
2015-11-06 13:20:06 +00:00
|
|
|
-S \
|
|
|
|
-M virt \
|
|
|
|
-cpu cortex-a53 \
|
|
|
|
-m 1024 \
|
2016-06-23 11:29:16 +00:00
|
|
|
-smp 1,sockets=1,cores=1,threads=1 \
|
2015-11-06 14:29:52 +00:00
|
|
|
-uuid 496d7ea8-9739-544b-4ebd-ef08be936e8b \
|
2015-11-06 13:20:06 +00:00
|
|
|
-nographic \
|
|
|
|
-nodefconfig \
|
|
|
|
-nodefaults \
|
2017-06-26 14:40:39 +00:00
|
|
|
-chardev socket,id=charmonitor,\
|
|
|
|
path=/tmp/lib/domain--1-aarch64test/monitor.sock,server,nowait \
|
|
|
|
-mon chardev=charmonitor,id=monitor,mode=readline \
|
2017-03-09 15:38:26 +00:00
|
|
|
-no-acpi \
|
2015-11-06 13:20:06 +00:00
|
|
|
-boot c \
|
|
|
|
-kernel /aarch64.kernel \
|
|
|
|
-initrd /aarch64.initrd \
|
|
|
|
-append 'earlyprintk console=ttyAMA0,115200n8 rw root=/dev/vda rootwait' \
|
|
|
|
-dtb /aarch64.dtb \
|
|
|
|
-device virtio-serial-device,id=virtio-serial0 \
|
2015-12-28 14:13:52 +00:00
|
|
|
-drive file=/aarch64.raw,format=raw,if=none,id=drive-virtio-disk0 \
|
2014-01-02 10:42:56 +00:00
|
|
|
-device virtio-blk-device,drive=drive-virtio-disk0,id=virtio-disk0 \
|
|
|
|
-device virtio-net-device,vlan=0,id=net0,mac=52:54:00:09:a4:37 \
|
2015-11-06 13:20:06 +00:00
|
|
|
-net user,vlan=0,name=hostnet0 \
|
2017-06-26 18:01:52 +00:00
|
|
|
-chardev pty,id=charserial0 \
|
|
|
|
-serial chardev:charserial0 \
|
2015-11-06 13:20:06 +00:00
|
|
|
-chardev pty,id=charconsole1 \
|
2014-01-02 10:42:56 +00:00
|
|
|
-device virtconsole,chardev=charconsole1,id=console1 \
|
|
|
|
-device virtio-balloon-device,id=balloon0 \
|
2015-01-17 05:09:34 +00:00
|
|
|
-object rng-random,id=objrng0,filename=/dev/random \
|
|
|
|
-device virtio-rng-device,rng=objrng0,id=rng0
|