On Mon, Jul 08, 2019 at 11:55:50 -0500, Eric Blake wrote:
Still needs to actually kick off the right QMP commands, but at
least allows validation of backup XML, including the fact that
a backup job can survive a libvirtd restart. Atomically creating
a checkpoint alongside the backup still needs implementing.
Signed-off-by: Eric Blake <eblake(a)redhat.com>
---
src/qemu/qemu_domain.h | 4 +
src/qemu/qemu_domain.c | 29 ++++++-
src/qemu/qemu_driver.c | 185 +++++++++++++++++++++++++++++++++++++++++
3 files changed, 214 insertions(+), 4 deletions(-)
I can only re-iterate the comment of not stuffing irrelevant code into
qemuDomainObjPrivateXMLFormatBlockjobs from the last time and also point
out that the NO_METADATA flag should not be included.