qemu: Remove managed save flag from VM when starting with --force-boot

At the start of the guest after the image is unlinked the state wasn't
touched up to match the state on disk.
This commit is contained in:
Peter Krempa 2013-03-04 12:10:28 +01:00
parent aff6942c23
commit 9933a6b2fa

View File

@ -5428,6 +5428,7 @@ qemuDomainObjStart(virConnectPtr conn,
managed_save); managed_save);
goto cleanup; goto cleanup;
} }
vm->hasManagedSave = false;
} else { } else {
ret = qemuDomainObjRestore(conn, driver, vm, managed_save, ret = qemuDomainObjRestore(conn, driver, vm, managed_save,
start_paused, bypass_cache); start_paused, bypass_cache);