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

2019-05-06 Thread Eric Blake
On 4/26/19 8:42 AM, Peter Krempa wrote: > On Wed, Apr 17, 2019 at 09:09:16 -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 >>

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

2019-04-26 Thread Peter Krempa
On Wed, Apr 17, 2019 at 09:09:16 -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 v8 16/21] backup: qemu: Implement metadata tracking for checkpoint APIs

2019-04-17 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: