mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-25 14:05:18 +00:00
qemuDomainCheckpointLoad: Remove stale comment
We decided to not do metadata-less checkpoints and checking whether the metadata is consistent is done once the data is actually needed. Remove the comment. Signed-off-by: Peter Krempa <pkrempa@redhat.com> Reviewed-by: Ján Tomko <jtomko@redhat.com>
This commit is contained in:
parent
f40a72a32e
commit
61802ce3f0
@ -533,13 +533,6 @@ qemuDomainCheckpointLoad(virDomainObjPtr vm,
|
|||||||
vm->def->name);
|
vm->def->name);
|
||||||
virDomainCheckpointSetCurrent(vm->checkpoints, current);
|
virDomainCheckpointSetCurrent(vm->checkpoints, current);
|
||||||
|
|
||||||
/* Note that it is not practical to automatically construct
|
|
||||||
* checkpoints based solely on qcow2 bitmaps, since qemu does not
|
|
||||||
* track parent relations which we find important in our metadata.
|
|
||||||
* Perhaps we could double-check that our just-loaded checkpoint
|
|
||||||
* metadata is consistent with existing qcow2 bitmaps, but a user
|
|
||||||
* that changes things behind our backs deserves what happens. */
|
|
||||||
|
|
||||||
virResetLastError();
|
virResetLastError();
|
||||||
|
|
||||||
ret = 0;
|
ret = 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user