mirror of
https://github.com/libvirt/libvirt.git
synced 2026-08-06 03:06:56 -05:00
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.
This commit is contained in:
@@ -5062,7 +5062,8 @@ qemuProcessLaunch(virConnectPtr conn,
|
||||
* but doesn't hurt to check */
|
||||
virCheckFlags(VIR_QEMU_PROCESS_START_COLD |
|
||||
VIR_QEMU_PROCESS_START_PAUSED |
|
||||
VIR_QEMU_PROCESS_START_AUTODESTROY, -1);
|
||||
VIR_QEMU_PROCESS_START_AUTODESTROY |
|
||||
VIR_QEMU_PROCESS_START_NEW, -1);
|
||||
|
||||
cfg = virQEMUDriverGetConfig(driver);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user