More event callback fixesv0.8.0
commit73d5ccb8d2792ddf11c58e337039dd27f65923e2
authorDaniel P. Berrange <[email protected]>
Thu, 8 Apr 2010 15:01:00 +0000 (8 16:01 +0100)
committerDaniel P. Berrange <[email protected]>
Fri, 9 Apr 2010 15:24:28 +0000 (9 16:24 +0100)
tree1c2740c99fa7a988998411ffb8caf5a385c0de4f
parent24f9a46106ff5f55bf225867f259573241061719
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
libvirt-override-virConnect.py