[libvirt] [python PATCH v4 0/2] Python bindings for virDomainCheckpoint

Eric Blake posted 2 patches 5 years, 2 months ago
Failed in applying to current master (apply log)
HACKING                                 |  2 +
MANIFEST.in                             |  1 +
generator.py                            | 36 ++++++++--
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, 203 insertions(+), 8 deletions(-)
create mode 100644 libvirt-override-virDomainCheckpoint.py
[libvirt] [python PATCH v4 0/2] Python bindings for virDomainCheckpoint
Posted by Eric Blake 5 years, 2 months ago
Python counterpart to:
https://www.redhat.com/archives/libvir-list/2019-February/msg00252.html

I'll push patch 1 now as a trivial fix; patch 2 can't go in until
the corresponding libvirt patches are accepted (which may in turn
necessitate minor tweaks if I make any API changes there based on
the review). But with this patch, it should be possible to test
python bindings to all the proposed C changes.

Eric Blake (2):
  generator.py: typo fix
  Add virDomainCheckpoint APIs

 HACKING                                 |  2 +
 MANIFEST.in                             |  1 +
 generator.py                            | 36 ++++++++--
 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, 203 insertions(+), 8 deletions(-)
 create mode 100644 libvirt-override-virDomainCheckpoint.py

-- 
2.20.1

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list
Re: [libvirt] [python PATCH v4 0/2] Python bindings for virDomainCheckpoint
Posted by Daniel P. Berrangé 5 years, 2 months ago
On Thu, Feb 07, 2019 at 04:39:52PM -0600, Eric Blake wrote:
> Python counterpart to:
> https://www.redhat.com/archives/libvir-list/2019-February/msg00252.html
> 
> I'll push patch 1 now as a trivial fix; patch 2 can't go in until
> the corresponding libvirt patches are accepted (which may in turn
> necessitate minor tweaks if I make any API changes there based on
> the review). But with this patch, it should be possible to test
> python bindings to all the proposed C changes.

If you fancy also tackling the Perl and Go bindings I'd be very
happy :-)  If not, I'll do them after the C bits are merged.

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 :|

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list