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

2019-07-23 Thread Eric Blake
On 7/8/19 11:33 AM, Peter Krempa wrote: > On Sat, Jul 06, 2019 at 22:56:11 -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 v9 11/13] backup: qemu: Implement metadata tracking for checkpoint APIs

2019-07-08 Thread Peter Krempa
On Sat, Jul 06, 2019 at 22:56:11 -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 v9 11/13] backup: qemu: Implement metadata tracking for checkpoint APIs

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