mirror of https://gitee.com/openkylin/libvirt.git
qemu: driver: Remove misplaced qemuDomainObjEndJob in qemuDomainCheckpointGetXMLDesc
The code that gets the job to refresh disk sizes was not merged yet so remove this artifact. Signed-off-by: Peter Krempa <pkrempa@redhat.com> Reviewed-by: Eric Blake <eblake@redhat.com>
This commit is contained in:
parent
efeb6232c6
commit
7364f00eb3
|
@ -17525,9 +17525,6 @@ qemuDomainCheckpointGetXMLDesc(virDomainCheckpointPtr checkpoint,
|
|||
xml = virDomainCheckpointDefFormat(chkdef, driver->caps, driver->xmlopt,
|
||||
format_flags);
|
||||
|
||||
if (flags & VIR_DOMAIN_CHECKPOINT_XML_SIZE)
|
||||
qemuDomainObjEndJob(driver, vm);
|
||||
|
||||
cleanup:
|
||||
virDomainObjEndAPI(&vm);
|
||||
return xml;
|
||||
|
|
Loading…
Reference in New Issue