diff options
author | 2009-05-11 13:50:38 +0000 | |
---|---|---|
committer | 2009-05-11 13:50:38 +0000 | |
commit | a331653dad7a7ff2c4bda8b83d3b64cec543402c (patch) | |
tree | 11a0598f4d0ab98f96b4c44de49d6b0a0d673ed7 /tests/qemuxml2argvdata/qemuxml2argv-sound.args | |
parent | Report qemu log data if we fail to daemonize the process. (diff) | |
download | libvirt-a331653dad7a7ff2c4bda8b83d3b64cec543402c.tar.gz libvirt-a331653dad7a7ff2c4bda8b83d3b64cec543402c.tar.bz2 libvirt-a331653dad7a7ff2c4bda8b83d3b64cec543402c.zip |
Add pidfile argument to __virExec
virExec will write out the pid of the daemonized process only. Use this
in the QEMU driver, rather than QEMU's pidfile, so we can catch errors we
might miss if the emulator bails early.
Diffstat (limited to 'tests/qemuxml2argvdata/qemuxml2argv-sound.args')
-rw-r--r-- | tests/qemuxml2argvdata/qemuxml2argv-sound.args | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/qemuxml2argvdata/qemuxml2argv-sound.args b/tests/qemuxml2argvdata/qemuxml2argv-sound.args index dddc587b2..01f85adc9 100644 --- a/tests/qemuxml2argvdata/qemuxml2argv-sound.args +++ b/tests/qemuxml2argvdata/qemuxml2argv-sound.args @@ -1 +1 @@ -LC_ALL=C PATH=/bin HOME=/home/test USER=test LOGNAME=test /usr/bin/qemu -S -M pc -m 214 -smp 1 -nographic -monitor pty -pidfile /nowhere/QEMUGuest1.pid -no-acpi -boot c -hda /dev/HostVG/QEMUGuest1 -net none -serial none -parallel none -usb -soundhw pcspk,es1370,sb16,ac97 +LC_ALL=C PATH=/bin HOME=/home/test USER=test LOGNAME=test /usr/bin/qemu -S -M pc -m 214 -smp 1 -nographic -monitor pty -no-acpi -boot c -hda /dev/HostVG/QEMUGuest1 -net none -serial none -parallel none -usb -soundhw pcspk,es1370,sb16,ac97 |