]> xenbits.xensource.com Git - libvirt.git/commit
More event callback fixes
authorDaniel P. Berrange <berrange@redhat.com>
Thu, 8 Apr 2010 15:01:00 +0000 (16:01 +0100)
committerDaniel P. Berrange <berrange@redhat.com>
Fri, 9 Apr 2010 15:24:28 +0000 (16:24 +0100)
commit631c4ce855888492d8822cbf3a5c396143d88256
tree36be001c443ef06c6a7ddebbd0bfb94b761706e9
parent1670df676ae66e2a9e6574405e94aab3510cf09c
More event callback fixes

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
python/libvirt-override-virConnect.py
src/conf/domain_event.c
src/qemu/qemu_monitor_json.c