• D
    More event callback fixes · 631c4ce8
    Daniel P. Berrange 提交于
    In a couple of cases typos meant we were firing the wrong type
    of event. In the python code my previous commit accidentally
    missed some chunks of the code.
    
    * python/libvirt-override-virConnect.py: Add missing python glue
      accidentally left out of previous commit
    * src/conf/domain_event.c, src/qemu/qemu_monitor_json.c: Fix typos
      in event name / method name to invoke
    631c4ce8
domain_event.c 28.2 KB