Re: [Qemu-devel] [PATCH v6 4/7] iothread: add I/O thread object

2014-03-11 Thread Stefan Hajnoczi
On Tue, Mar 11, 2014 at 07:32:01PM +0100, Andreas Färber wrote: > Am 03.03.2014 11:30, schrieb Stefan Hajnoczi: > > This is a stand-in for Michael Roth's QContext. I expect this to be > > replaced once QContext is completed. > > > > The IOThread object is an AioContext event loop thread. This pa

Re: [Qemu-devel] [PATCH v6 4/7] iothread: add I/O thread object

2014-03-11 Thread Andreas Färber
Am 03.03.2014 11:30, schrieb Stefan Hajnoczi: > This is a stand-in for Michael Roth's QContext. I expect this to be > replaced once QContext is completed. > > The IOThread object is an AioContext event loop thread. This patch adds > the concept of multiple event loop threads, allowing users to d

[Qemu-devel] [PATCH v6 4/7] iothread: add I/O thread object

2014-03-03 Thread Stefan Hajnoczi
This is a stand-in for Michael Roth's QContext. I expect this to be replaced once QContext is completed. The IOThread object is an AioContext event loop thread. This patch adds the concept of multiple event loop threads, allowing users to define them. When SMP guests run on SMP hosts it makes s