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

2019-07-24 Thread Daniel P . Berrangé
On Wed, Jul 24, 2019 at 12:56:03AM -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,

[libvirt] [PATCH v10 13/19] backup: test: 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 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: