2013-08-17 19:30:47 +00:00
|
|
|
LC_ALL=C PATH=/bin HOME=/home/test USER=test LOGNAME=test QEMU_AUDIO_DRV=none \
|
2011-01-31 11:42:57 +00:00
|
|
|
/usr/bin/qemu -S -M pc -m 214 -smp 1 -nographic -monitor \
|
2012-10-26 09:09:22 +00:00
|
|
|
unix:/tmp/test-monitor,server,nowait -no-acpi -boot c -usb -drive \
|
2013-03-13 14:28:11 +00:00
|
|
|
file=/dev/HostVG/QEMUGuest1,if=ide,bus=0,unit=0,format=raw -drive \
|
2012-08-28 18:11:45 +00:00
|
|
|
'file=rbd:pool/image:auth_supported=none:\
|
|
|
|
mon_host=mon1.example.org\:6321\;mon2.example.org\:6322\;\
|
|
|
|
mon3.example.org\:6322,\
|
2012-10-26 09:09:22 +00:00
|
|
|
if=virtio,format=raw' -net none -serial none -parallel none
|