2012-10-20 03:40:51 +08:00
|
|
|
LC_ALL=C PATH=/bin HOME=/home/test USER=test LOGNAME=test \
|
2012-04-10 22:02:13 +08:00
|
|
|
/usr/bin/qemu -S -M pc -bios /usr/share/seabios/bios.bin \
|
2012-10-20 03:40:51 +08:00
|
|
|
-m 1024 -smp 1 -nographic -nodefaults -device sga \
|
2011-07-08 15:56:17 +08:00
|
|
|
-monitor unix:/tmp/test-monitor,server,nowait -no-acpi -boot c \
|
2012-10-26 17:09:22 +08:00
|
|
|
-usb -hda /dev/HostVG/QEMUGuest1 -serial pty \
|
|
|
|
-device usb-tablet,id=input0 \
|
2011-07-08 15:56:17 +08:00
|
|
|
-device virtio-balloon-pci,id=balloon0,bus=pci.0,addr=0x3
|