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-arm \
|
2015-11-06 14:29:41 +00:00
|
|
|
-name armtest \
|
2015-11-06 13:20:06 +00:00
|
|
|
-S \
|
|
|
|
-M vexpress-a9 \
|
|
|
|
-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-ef08be936e6a \
|
2015-11-06 13:20:06 +00:00
|
|
|
-nographic \
|
|
|
|
-nodefconfig \
|
|
|
|
-nodefaults \
|
2016-02-26 08:15:55 +00:00
|
|
|
-monitor unix:/tmp/lib/domain--1-armtest/monitor.sock,server,nowait \
|
2015-11-06 13:20:06 +00:00
|
|
|
-boot c \
|
|
|
|
-kernel /arm.kernel \
|
|
|
|
-initrd /arm.initrd \
|
|
|
|
-append console=ttyAMA0,115200n8 \
|
|
|
|
-dtb /arm.dtb \
|
|
|
|
-usb
|