[libvirt] [python PATCH v7] Add virDomainCheckpoint APIs

Daniel P. Berrangé berrange at redhat.com
Wed Apr 3 09:49:14 UTC 2019


On Wed, Mar 27, 2019 at 05:09:27AM -0500, Eric Blake wrote:
> Copies heavily from existing virDomainSnapshot handling, regarding
> what special cases the generator has to be taught and what overrides
> need to be written.
> 
> Signed-off-by: Eric Blake <eblake at redhat.com>
> ---
> 
> Python counterparts to my incremental backup patches. An earlier
> version was already reviewed by Dan; the main diff here is the
> addition of virDomainSnapshotCreateXML2 handling.
> 
>  HACKING                                 |  2 +
>  MANIFEST.in                             |  1 +
>  generator.py                            | 37 ++++++++--
>  libvirt-override-api.xml                | 12 ++++
>  libvirt-override-virDomain.py           | 13 ++++
>  libvirt-override-virDomainCheckpoint.py | 19 +++++
>  libvirt-override.c                      | 96 +++++++++++++++++++++++++
>  sanitytest.py                           | 11 +--
>  typewrappers.c                          | 13 ++++
>  typewrappers.h                          | 10 +++
>  10 files changed, 206 insertions(+), 8 deletions(-)
>  create mode 100644 libvirt-override-virDomainCheckpoint.py

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