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 \
|
2015-11-06 14:29:41 +00:00
|
|
|
-name QEMUGuest1 \
|
2015-11-06 13:20:06 +00:00
|
|
|
-S \
|
|
|
|
-M pseries \
|
|
|
|
-m 512 \
|
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 1ccfd97d-5eb4-478a-bbe6-88d254c16db7 \
|
2015-11-06 13:20:06 +00:00
|
|
|
-nographic \
|
|
|
|
-nodefconfig \
|
|
|
|
-nodefaults \
|
2016-02-26 08:15:55 +00:00
|
|
|
-chardev socket,id=charmonitor,path=/tmp/lib/domain--1-QEMUGuest1/monitor.sock,\
|
|
|
|
server,nowait \
|
2015-11-06 13:20:06 +00:00
|
|
|
-mon chardev=charmonitor,id=monitor,mode=readline \
|
|
|
|
-boot c \
|
2017-03-02 14:51:44 +00:00
|
|
|
-device piix3-usb-uhci,id=usb,bus=pci.0,addr=0x1 \
|
|
|
|
-device pci-ohci,id=usb1,bus=pci.0,addr=0x2 \
|
2015-11-06 13:20:06 +00:00
|
|
|
-chardev pty,id=charserial0 \
|
|
|
|
-device spapr-vty,chardev=charserial0,reg=0x30000000
|