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-ppc64 \
|
|
|
|
-S \
|
|
|
|
-M pseries \
|
2014-11-04 17:32:15 +00:00
|
|
|
-cpu host,compat=power7 \
|
2015-11-06 13:20:06 +00:00
|
|
|
-m 256 \
|
|
|
|
-smp 4 \
|
|
|
|
-nographic \
|
|
|
|
-nodefconfig \
|
|
|
|
-nodefaults \
|
2014-11-04 17:32:15 +00:00
|
|
|
-chardev socket,id=charmonitor,path=/tmp/test-monitor,server,nowait \
|
2015-11-06 13:20:06 +00:00
|
|
|
-mon chardev=charmonitor,id=monitor,mode=readline \
|
|
|
|
-no-acpi \
|
|
|
|
-boot c \
|
|
|
|
-usb \
|
2014-11-04 17:32:15 +00:00
|
|
|
-chardev pty,id=charserial0 \
|
|
|
|
-device spapr-vty,chardev=charserial0,reg=0x30000000
|