mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-01 17:35:17 +00: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:
parent
896c4862d5
commit
577fb98fbd
@ -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);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user