Re: [libvirt] [PATCH 05/13] Support new event register/deregister APis in all drivers except remote

2010-03-22 Thread Daniel Veillard
On Fri, Mar 19, 2010 at 03:38:53PM +, Daniel P. Berrange wrote: The libvirtd daemon impl will need to switch over to using the new event APIs. To make this simpler, ensure all drivers currently providing events support both the new APIs and old APIs. ACK, quite a bit of reformatting

[libvirt] [PATCH 05/13] Support new event register/deregister APis in all drivers except remote

2010-03-19 Thread Daniel P. Berrange
The libvirtd daemon impl will need to switch over to using the new event APIs. To make this simpler, ensure all drivers currently providing events support both the new APIs and old APIs. * src/lxc/lxc_driver.c, src/qemu/qemu_driver.c, src/test/test_driver.c, src/vbox/vbox_tmpl.c,