Re: [libvirt] [PATCH v6 7/9] backup: Introduce virDomainCheckpoint APIs

2019-03-26 Thread Eric Blake
On 3/26/19 11:55 AM, Daniel P. Berrangé wrote: > On Tue, Mar 26, 2019 at 01:13:51AM -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),

Re: [libvirt] [PATCH v6 7/9] backup: Introduce virDomainCheckpoint APIs

2019-03-26 Thread Daniel P . Berrangé
On Tue, Mar 26, 2019 at 01:13:51AM -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 v6 7/9] backup: Introduce virDomainCheckpoint APIs

2019-03-26 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