2012-06-29 17:02:07 +02:00
|
|
|
LC_ALL=C PATH=/bin HOME=/home/test USER=test LOGNAME=test /usr/bin/qemu \
|
|
|
|
|
-name QEMUGuest1 -S -M s390-virtio -m 214 -smp 1 -nographic \
|
|
|
|
|
-monitor unix:/tmp/test-monitor,server,nowait -no-acpi \
|
2012-10-26 09:09:22 +00:00
|
|
|
-boot c -usb -hda /dev/HostVG/QEMUGuest1 -net none -serial \
|
|
|
|
|
none -parallel none
|