Re: [libvirt] [PATCH v10 16/19] backup: qemu: Implement metadata tracking for checkpoint APIs

2019-07-24 Thread Daniel P . Berrangé
On Wed, Jul 24, 2019 at 12:56:06AM -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 v10 16/19] backup: qemu: Implement metadata tracking for checkpoint APIs

2019-07-23 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: