Re: [Qemu-devel] [PATCH 7/9] iohandler: associate with main event loop via a QSource

2013-08-14 Thread Wenchao Xia
于 2013-5-6 15:53, Paolo Bonzini 写道: Il 03/05/2013 18:03, Michael Roth ha scritto: This introduces a GlibQContext wrapper around the main GMainContext event loop, and associates iohandlers with it via a QSource (which GlibQContext creates a GSource from so that it can be driven via GLib. A subseq

Re: [Qemu-devel] [PATCH 7/9] iohandler: associate with main event loop via a QSource

2013-05-06 Thread mdroth
On Mon, May 06, 2013 at 09:53:12AM +0200, Paolo Bonzini wrote: > Il 03/05/2013 18:03, Michael Roth ha scritto: > > This introduces a GlibQContext wrapper around the main GMainContext > > event loop, and associates iohandlers with it via a QSource (which > > GlibQContext creates a GSource from so th

Re: [Qemu-devel] [PATCH 7/9] iohandler: associate with main event loop via a QSource

2013-05-06 Thread Paolo Bonzini
Il 03/05/2013 18:03, Michael Roth ha scritto: > This introduces a GlibQContext wrapper around the main GMainContext > event loop, and associates iohandlers with it via a QSource (which > GlibQContext creates a GSource from so that it can be driven via > GLib. A subsequent patch will drive the GlibQ

[Qemu-devel] [PATCH 7/9] iohandler: associate with main event loop via a QSource

2013-05-03 Thread Michael Roth
This introduces a GlibQContext wrapper around the main GMainContext event loop, and associates iohandlers with it via a QSource (which GlibQContext creates a GSource from so that it can be driven via GLib. A subsequent patch will drive the GlibQContext directly) We also add "QContext-aware" functi