Re: [libvirt] [PATCH 10/15] Fully asynchronous monitor I/O processing

2009-11-04 Thread Daniel Veillard
On Tue, Nov 03, 2009 at 02:50:04PM -0500, Daniel P. Berrange wrote: Change the QEMU monitor file handle watch to poll for both read write events, as well as EOF. All I/O to/from the QEMU monitor FD is now done in the event callback thread. When the QEMU driver needs to send a command, it

[libvirt] [PATCH 10/15] Fully asynchronous monitor I/O processing

2009-11-03 Thread Daniel P. Berrange
Change the QEMU monitor file handle watch to poll for both read write events, as well as EOF. All I/O to/from the QEMU monitor FD is now done in the event callback thread. When the QEMU driver needs to send a command, it puts the data to be sent into a qemuMonitorMessagePtr object instance,