Re: [libvirt] [PATCH 13/13] backup: qemu: Implement VIR_DOMAIN_CHECKPOINT_XML_SIZE flag

2019-06-19 Thread Peter Krempa
On Tue, Jun 18, 2019 at 22:47:54 -0500, Eric Blake wrote: > Once a checkpoint has been created, it is desirable to estimate the > size of the disk delta that is represented between the checkpoint and > the current operation. To do this, we have to scrape information out > of QMP query-block on a

[libvirt] [PATCH 13/13] backup: qemu: Implement VIR_DOMAIN_CHECKPOINT_XML_SIZE flag

2019-06-18 Thread Eric Blake
Once a checkpoint has been created, it is desirable to estimate the size of the disk delta that is represented between the checkpoint and the current operation. To do this, we have to scrape information out of QMP query-block on a request from the user. --- src/qemu/qemu_monitor.h | 4 ++