2015-11-06 13:20:06 +00:00
|
|
|
LC_ALL=C \
|
|
|
|
PATH=/bin \
|
2019-03-06 12:29:01 +00:00
|
|
|
HOME=/tmp/lib/domain--1-armtest \
|
2015-11-06 13:20:06 +00:00
|
|
|
USER=test \
|
|
|
|
LOGNAME=test \
|
2019-03-08 11:15:07 +00:00
|
|
|
XDG_DATA_HOME=/tmp/lib/domain--1-armtest/.local/share \
|
|
|
|
XDG_CACHE_HOME=/tmp/lib/domain--1-armtest/.cache \
|
|
|
|
XDG_CONFIG_HOME=/tmp/lib/domain--1-armtest/.config \
|
2015-11-06 13:20:06 +00:00
|
|
|
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 \
|
2018-03-29 10:51:55 +00:00
|
|
|
-machine vexpress-a9,accel=tcg,usb=off,dump-guest-core=off \
|
2015-11-06 13:20:06 +00:00
|
|
|
-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 \
|
2015-11-06 14:29:52 +00:00
|
|
|
-uuid 496d7ea8-9739-544b-4ebd-ef08be936e6a \
|
2018-03-29 10:51:55 +00:00
|
|
|
-display none \
|
2018-03-29 10:51:55 +00:00
|
|
|
-no-user-config \
|
2015-11-06 13:20:06 +00:00
|
|
|
-nodefaults \
|
2017-06-26 14:40:39 +00:00
|
|
|
-chardev socket,id=charmonitor,path=/tmp/lib/domain--1-armtest/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 \
|
2015-11-06 13:20:06 +00:00
|
|
|
-kernel /arm.kernel \
|
|
|
|
-initrd /arm.initrd \
|
|
|
|
-append 'console=ttyAMA0,\
|
|
|
|
115200n8 rw root=/dev/mmcblk0p3 rootwait physmap.enabled=0' \
|
|
|
|
-dtb /arm.dtb \
|
|
|
|
-usb \
|
2015-12-28 14:13:52 +00:00
|
|
|
-drive file=/arm.raw,format=raw,if=sd,index=0 \
|
2018-06-19 15:42:37 +00:00
|
|
|
-netdev user,id=hostnet0 \
|
2018-10-08 14:36:05 +00:00
|
|
|
-net nic,macaddr=52:54:00:09:a4:37,netdev=hostnet0,model=lan9118,id=net0 \
|
2017-06-26 18:01:52 +00:00
|
|
|
-chardev pty,id=charserial0 \
|
|
|
|
-serial chardev:charserial0
|