Pass -name arg to QEMU when available

This commit is contained in:
Daniel P. Berrange
2008-05-15 16:15:17 +00:00
parent 3a7b528d4b
commit 0f1b6dd06a
5 changed files with 37 additions and 21 deletions

View File

@@ -1 +1 @@
/usr/bin/qemu -M pc -m 214 -smp 1 -nographic -monitor pty -no-acpi -boot c -hda /dev/HostVG/QEMUGuest1 -net none -serial none -parallel none -usb
/usr/bin/qemu -M pc -m 214 -smp 1 -name QEMUGuest1 -nographic -monitor pty -no-acpi -boot c -hda /dev/HostVG/QEMUGuest1 -net none -serial none -parallel none -usb