2013-08-17 19:30:47 +00:00
|
|
|
LC_ALL=C PATH=/bin HOME=/home/test USER=test LOGNAME=test QEMU_AUDIO_DRV=none \
|
|
|
|
/usr/bin/qemu -S -M \
|
2011-01-31 11:42:57 +00:00
|
|
|
pc -m 214 -smp 1 -nographic -monitor unix:/tmp/test-monitor,server,nowait \
|
2012-10-26 09:09:22 +00:00
|
|
|
-no-acpi -boot c -usb -drive file=/dev/HostVG/QEMUGuest1,if=ide,bus=0,unit=0 -drive \
|
2011-01-31 11:42:57 +00:00
|
|
|
file=/dev/HostVG/QEMUGuest2,if=ide,media=cdrom,bus=1,unit=0 -drive \
|
|
|
|
file=/tmp/data.img,if=virtio -drive file=/tmp/logs.img,if=virtio -net none \
|
2012-10-26 09:09:22 +00:00
|
|
|
-serial none -parallel none
|