2013-08-18 03:30:47 +08:00
|
|
|
LC_ALL=C PATH=/bin HOME=/home/test USER=test LOGNAME=test QEMU_AUDIO_DRV=none \
|
|
|
|
/usr/bin/qemu -S -M \
|
2011-02-26 06:20:58 +08:00
|
|
|
pc -m 214 -smp 1 -nographic -monitor unix:/tmp/test-monitor,server,nowait \
|
2012-10-26 17:09:22 +08:00
|
|
|
-no-acpi -boot c -usb -drive file=/dev/HostVG/QEMUGuest1,if=ide,bus=0,unit=0,\
|
2011-02-26 06:20:58 +08:00
|
|
|
format=qcow2,cache=none,aio=native -drive file=/dev/HostVG/QEMUGuest2,if=ide,\
|
|
|
|
media=cdrom,bus=1,unit=0,format=raw,aio=threads -net none -serial none \
|
2012-10-26 17:09:22 +08:00
|
|
|
-parallel none
|