Re: [libvirt] [PATCH v4 07/20] backup: Introduce virDomainCheckpoint APIs

2019-02-27 Thread John Ferlan
On 2/25/19 2:15 PM, Eric Blake wrote: > On 2/11/19 3:19 PM, John Ferlan wrote: >> >> >> On 2/6/19 2:18 PM, 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

Re: [libvirt] [PATCH v4 07/20] backup: Introduce virDomainCheckpoint APIs

2019-02-25 Thread Eric Blake
On 2/11/19 3:19 PM, John Ferlan wrote: > > > On 2/6/19 2:18 PM, 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 >>

Re: [libvirt] [PATCH v4 07/20] backup: Introduce virDomainCheckpoint APIs

2019-02-11 Thread John Ferlan
On 2/6/19 2:18 PM, 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 back to that state,

[libvirt] [PATCH v4 07/20] backup: Introduce virDomainCheckpoint APIs

2019-02-06 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