libvirt/tests/qemuxml2argvdata/qemuxml2argv-ppc-dtb.args
Daniel P. Berrange dc7f6c3d30 qemu: assume -uuid is always available
The -uuid arg was added in QEMU 0.10.0, so the QEMU driver can
assume it is always available.

Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
2015-11-10 10:38:02 +00:00

26 lines
481 B
Plaintext

LC_ALL=C \
PATH=/bin \
HOME=/home/test \
USER=test \
LOGNAME=test \
QEMU_AUDIO_DRV=none \
/usr/bin/qemu-system-ppc \
-name QEMUGuest1 \
-S \
-M ppce500 \
-m 256 \
-smp 1 \
-uuid 49545eb3-75e1-2d0a-acdd-f0294406c99e \
-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