Re: [libvirt] [PATCH 5/8] backup: Introduce virDomainCheckpoint APIs

2018-06-25 Thread Eric Blake
On 06/25/2018 06:16 PM, John Ferlan wrote: On 06/13/2018 12:42 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

Re: [libvirt] [PATCH 5/8] backup: Introduce virDomainCheckpoint APIs

2018-06-25 Thread John Ferlan
On 06/13/2018 12:42 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 5/8] backup: Introduce virDomainCheckpoint APIs

2018-06-13 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 cr