[libvirt] [PATCH v6 4/9] backup: Introduce virDomainCheckpointPtr

Daniel P. Berrangé berrange at redhat.com
Tue Mar 26 17:11:37 UTC 2019


On Tue, Mar 26, 2019 at 01:13:48AM -0500, Eric Blake wrote:
> Prepare for introducing a bunch of new public APIs related to
> backup checkpoints by first introducing a new internal type
> and errors associated with that type.  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 create an incremental backup at a later
> time.
> 
> Signed-off-by: Eric Blake <eblake at redhat.com>
> Reviewed-by: John Ferlan <jferlan at redhat.com>
> ---
>  include/libvirt/virterror.h |  7 +++--
>  src/util/virerror.c         | 12 ++++++-
>  include/libvirt/libvirt.h   |  6 +++-
>  src/datatypes.h             | 33 ++++++++++++++++++-
>  src/datatypes.c             | 63 ++++++++++++++++++++++++++++++++++++-
>  src/libvirt_private.syms    |  2 ++
>  6 files changed, 117 insertions(+), 6 deletions(-)

Reviewed-by: Daniel P. Berrangé <berrange at redhat.com>


Regards,
Daniel
-- 
|: https://berrange.com      -o-    https://www.flickr.com/photos/dberrange :|
|: https://libvirt.org         -o-            https://fstop138.berrange.com :|
|: https://entangle-photo.org    -o-    https://www.instagram.com/dberrange :|




More information about the libvir-list mailing list