mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-03-07 17:28:15 +00:00
qemu: Do not infer flags from other qemuProcessStart arguments
Every caller setting migrateFrom already sets VIR_QEMU_PROCESS_START_PAUSED flag anyway. Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
This commit is contained in:
parent
856612876d
commit
6e92b4438b
@ -4900,9 +4900,6 @@ int qemuProcessStart(virConnectPtr conn,
|
|||||||
goto error;
|
goto error;
|
||||||
VIR_DEBUG("Handshake complete, child running");
|
VIR_DEBUG("Handshake complete, child running");
|
||||||
|
|
||||||
if (incoming)
|
|
||||||
flags |= VIR_QEMU_PROCESS_START_PAUSED;
|
|
||||||
|
|
||||||
if (rv == -1) /* The VM failed to start; tear filters before taps */
|
if (rv == -1) /* The VM failed to start; tear filters before taps */
|
||||||
virDomainConfVMNWFilterTeardown(vm);
|
virDomainConfVMNWFilterTeardown(vm);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user