]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: process: Allow VIR_QEMU_PROCESS_START_NEW in qemuProcessLaunch
authorPeter Krempa <pkrempa@redhat.com>
Tue, 7 Jun 2016 11:52:16 +0000 (13:52 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Tue, 7 Jun 2016 11:56:36 +0000 (13:56 +0200)
commit577fb98fbdc7425679b07feee639cb7786fb54d6
tree7da26fdbc4b34260b2cffe73e124f56fd08c6b90
parent896c4862d5a1f460810e7577be0755eb8c952af0
qemu: process: Allow VIR_QEMU_PROCESS_START_NEW in qemuProcessLaunch

The new flag was not added to virCheckFlags in commit '0d1c17aa' causing
a regression where VMs were not able to start.
src/qemu/qemu_process.c