Re: [libvirt] [PATCH v10 06/19] backup: Introduce virDomainCheckpoint APIs

2019-07-24 Thread Daniel P . Berrangé
On Wed, Jul 24, 2019 at 12:55:56AM -0500, Eric Blake wrote: > Introduce a bunch of new public APIs related to backup checkpoints. > Checkpoints are modeled heavily after virDomainSnapshotPtr (both > represent a point in time of the guest), although a snapshot exists > with the intent of rolling

[libvirt] [PATCH v10 06/19] backup: Introduce virDomainCheckpoint APIs

2019-07-23 Thread Eric Blake
Introduce a bunch of new public APIs related to backup checkpoints. Checkpoints are modeled heavily after virDomainSnapshotPtr (both represent a point in time of the guest), although a snapshot exists with the intent of rolling back to that state, while a checkpoint exists to make it possible to