Skip to content
Snippets Groups Projects
Select Git revision
  • git-init-libvirt
  • debian/sid default
  • pristine-tar
  • upstream/latest
  • debian/experimental
  • debian/bpo/wheezy protected
  • debian/11.9.0-1
  • upstream/11.9.0
  • debian/11.8.0-1
  • upstream/11.8.0
  • debian/11.7.0-1
  • upstream/11.7.0
  • debian/11.3.0-1
  • upstream/11.3.0
  • debian/11.2.0-1
  • upstream/11.2.0
  • debian/11.1.0-1
  • upstream/11.1.0
  • debian/11.0.0-1
  • upstream/11.0.0
  • debian/10.10.0-1
  • upstream/10.10.0
  • debian/10.9.0-1
  • upstream/10.9.0
  • debian/10.8.0-1
  • upstream/10.8.0
26 results

libvirt-python

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    Daniel P. Berrange authored
    The IO error callback was forgetting to pass the action
    parameter, causing a stack trace when IO errors arrive
    
    * python/libvirt-override-virConnect.py: Add missing action
      parameter in IO error callback
    bc184d51
    History
        libvirt Python Bindings README
        ==============================
    
    Most of the libvirt python binding code is automatically generated
    using the script  generator.py, and the API description from
    docs/libvirt-api.xml
    
    
    Manually written files:
    
     - libvirt-override.c: methods where the C binding needs to be hand crafted
     - libvirt-override.py: global methods where the C and python bindings have different args
     - libvirt-override-api.xml: methods where the auto-extracted API docs are not
       suitable for python auto-generator. Overriding this if the method is going
       into libvirt-override.c, but we still want auto-generated libvirt-override.py
     - libvirt-override-virConnect.py: virConnect class methods
     - typewrappers.h,.c: Python object wrappers for each libvirt C object
    
    
    Auto-generated files:
    
      - libvirt.py: The main python binding. Comprises auto-generated code, along
        with contents from libvirt-override.py and libvirt-override-virConnect.py
      - libvirt.c, libvirt.h: The C glue layer for the python binding. Comprises
        auto-generated code, along with libvirt-override.c
      - libvirt-export.c: List of auto-generated C methods, included into
        the libvirt-override.c method table