mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-03 20:01:16 +00:00
61b1c681e0
ppce500v2 is not machine supported by official release of QEMU. It should be replaced by ppce500. Signed-off-by: Ján Tomko <jtomko@redhat.com>
7 lines
383 B
Plaintext
7 lines
383 B
Plaintext
LC_ALL=C PATH=/bin HOME=/home/test USER=test LOGNAME=test QEMU_AUDIO_DRV=none \
|
|
/usr/bin/qemu-system-ppc -S -M ppce500 -m 256 -smp 1 -nographic \
|
|
-monitor unix:/tmp/test-monitor,server,nowait -no-acpi -boot c \
|
|
-kernel /media/ram/uImage -initrd /media/ram/ramdisk \
|
|
-append 'root=/dev/ram rw console=ttyS0,115200' -dtb /media/ram/test.dtb \
|
|
-usb -net none -serial pty -parallel none
|