[libvirt] [PATCH python 0/5] Fix many screwups in virNetworkPort

Daniel P. Berrangé berrange at redhat.com
Thu Jun 20 13:22:52 UTC 2019


The awesome thing about the python code generator is how it generates
rubbish unless you had the right code hacks in the generator. This
series of fixes correct all the screwups missed first time around.

Pushed as build fixes.

Daniel P. Berrangé (5):
  Fix syntax error with missing ; and too many )
  Define virNetworkPortPtr typedef on old libvirt
  generator: fix naming of getter APIs for virNetworkPort
  sanitytest: add some special cases for virNetworkPort APIs
  Add missing impl of virNetworkListAllPorts

 generator.py                   |  3 +++
 libvirt-override-virNetwork.py | 11 ++++++++
 libvirt-override.c             | 48 +++++++++++++++++++++++++++++++++-
 sanitytest.py                  |  5 +++-
 typewrappers.h                 |  3 +++
 5 files changed, 68 insertions(+), 2 deletions(-)
 create mode 100644 libvirt-override-virNetwork.py

-- 
2.21.0




More information about the libvir-list mailing list