Re: [libvirt] [PATCH 11/13] backup: qemu: Implement metadata tracking for checkpoint APIs

2019-06-19 Thread Peter Krempa
On Tue, Jun 18, 2019 at 22:47:52 -0500, Eric Blake wrote: > A lot of this work heavily copies from the existing snapshot > APIs. The interaction with qemu during create/delete still > needs to be implemented, but this takes care of all the libvirt > metadata (saving and restoring XML, and

[libvirt] [PATCH 11/13] backup: qemu: Implement metadata tracking for checkpoint APIs

2019-06-18 Thread Eric Blake
A lot of this work heavily copies from the existing snapshot APIs. The interaction with qemu during create/delete still needs to be implemented, but this takes care of all the libvirt metadata (saving and restoring XML, and tracking the relations between multiple checkpoints). Signed-off-by: