mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-26 07:36:19 +00:00
88c6159ca7
Currently, -device xxx still doesn't work well for ppc64 platform. It's better use legacy USB option with default for ppc64. Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
9 lines
472 B
Plaintext
9 lines
472 B
Plaintext
LC_ALL=C PATH=/bin HOME=/home/test USER=test LOGNAME=test \
|
|
/usr/bin/qemu-system-ppc64 -S -M pseries -m 512 -smp 1 \
|
|
-nographic -nodefconfig -nodefaults -chardev \
|
|
socket,id=charmonitor,path=/tmp/test-monitor,server,nowait \
|
|
-mon chardev=charmonitor,id=monitor,mode=readline -no-acpi \
|
|
-boot c -device piix3-usb-uhci,id=usb,bus=pci,addr=0x1.0x2 \
|
|
-device pci-ohci,id=usb1,bus=pci,addr=0x3 -chardev \
|
|
pty,id=charserial0 -device spapr-vty,chardev=charserial0,reg=0x30000000
|