[libvirt] [python PATCH v4 2/2] Add virDomainCheckpoint APIs

Daniel P. Berrangé berrange at redhat.com
Mon Feb 11 14:51:05 UTC 2019


On Thu, Feb 07, 2019 at 04:39:54PM -0600, 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>
> ---
>  HACKING                                 |  2 +
>  MANIFEST.in                             |  1 +
>  generator.py                            | 34 +++++++--
>  libvirt-override-api.xml                | 12 ++++
>  libvirt-override-virDomain.py           | 13 ++++
>  libvirt-override-virDomainCheckpoint.py | 19 +++++
>  libvirt-override.c                      | 96 +++++++++++++++++++++++++
>  sanitytest.py                           |  9 ++-
>  typewrappers.c                          | 13 ++++
>  typewrappers.h                          | 10 +++
>  10 files changed, 202 insertions(+), 7 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