mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-26 07:36:19 +00:00
9 lines
428 B
Plaintext
9 lines
428 B
Plaintext
|
LC_ALL=C PATH=/bin HOME=/home/test USER=test LOGNAME=test \
|
||
|
QEMU_AUDIO_DRV=none /usr/bin/qemu-system-ppc64 -S -M pseries \
|
||
|
-cpu host,compat=power7 \
|
||
|
-m 214 -smp 4 -nographic -nodefconfig -nodefaults \
|
||
|
-chardev socket,id=charmonitor,path=/tmp/test-monitor,server,nowait \
|
||
|
-mon chardev=charmonitor,id=monitor,mode=readline -no-acpi -boot c -usb \
|
||
|
-chardev pty,id=charserial0 \
|
||
|
-device spapr-vty,chardev=charserial0,reg=0x30000000
|