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

2019-07-08 Thread Peter Krempa
On Sat, Jul 06, 2019 at 22:56:09 -0500, Eric Blake wrote: > A lot of this work heavily copies from the existing snapshot APIs. > The test driver doesn't really have to do anything more than just > expose an interface into libvirt metadata, making it possible to test > saving and restoring XML, and

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

2019-07-08 Thread Peter Krempa
On Sat, Jul 06, 2019 at 22:56:09 -0500, Eric Blake wrote: > A lot of this work heavily copies from the existing snapshot APIs. > The test driver doesn't really have to do anything more than just > expose an interface into libvirt metadata, making it possible to test > saving and restoring XML, and

[libvirt] [PATCH v9 09/13] backup: test: 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 test driver doesn't really have to do anything more than just expose an interface into libvirt metadata, making it possible to test saving and restoring XML, and tracking relations between multiple checkpoints. Signed-off-by: