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-09-28 03:46:08 +00:00
|
|
|
pc -m 214 -smp 1 -nographic -nodefconfig -nodefaults -monitor \
|
2015-04-30 17:19:10 +00:00
|
|
|
unix:/tmp/test-monitor,server,nowait -no-acpi -boot c -device ahci,id=sata0,\
|
2012-10-26 09:09:22 +00:00
|
|
|
bus=pci.0,addr=0x3 -usb -drive file=/dev/HostVG/QEMUGuest1,if=none,\
|
2015-04-30 17:19:10 +00:00
|
|
|
id=drive-sata0-0-0 -device ide-drive,bus=sata0.0,drive=drive-sata0-0-0,\
|
2012-10-26 09:09:22 +00:00
|
|
|
id=sata0-0-0 -device virtio-balloon-pci,id=balloon0,bus=pci.0,addr=0x4
|