qemuxml2argv-ppc-dtb.args 481 字节
Newer Older
1 2 3 4 5 6 7
LC_ALL=C \
PATH=/bin \
HOME=/home/test \
USER=test \
LOGNAME=test \
QEMU_AUDIO_DRV=none \
/usr/bin/qemu-system-ppc \
8
-name QEMUGuest1 \
9 10 11 12
-S \
-M ppce500 \
-m 256 \
-smp 1 \
13
-uuid 49545eb3-75e1-2d0a-acdd-f0294406c99e \
14 15 16 17 18 19 20 21 22 23 24 25
-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