Re: [Qemu-devel] [PATCH 0/2] coroutine: dataplane support

2013-05-23 Thread Stefan Hajnoczi
On Fri, May 17, 2013 at 03:51:24PM +0200, Stefan Hajnoczi wrote: > There is ongoing work to enable multiple event loop threads. This will allow > QEMU itself to take advantage of SMP and reduce Big QEMU Lock (BQL) > contention. > This series is one step in that effort. > > These patches make cor

Re: [Qemu-devel] [PATCH 0/2] coroutine: dataplane support

2013-05-21 Thread Stefan Hajnoczi
On Fri, May 17, 2013 at 04:08:36PM +0100, Peter Maydell wrote: > On 17 May 2013 14:51, Stefan Hajnoczi wrote: > > There is ongoing work to enable multiple event loop threads. This will > > allow > > QEMU itself to take advantage of SMP and reduce Big QEMU Lock (BQL) > > contention. > > This ser

Re: [Qemu-devel] [PATCH 0/2] coroutine: dataplane support

2013-05-17 Thread Peter Maydell
On 17 May 2013 14:51, Stefan Hajnoczi wrote: > There is ongoing work to enable multiple event loop threads. This will allow > QEMU itself to take advantage of SMP and reduce Big QEMU Lock (BQL) > contention. > This series is one step in that effort. > > These patches make coroutines safe in a mu

Re: [Qemu-devel] [PATCH 0/2] coroutine: dataplane support

2013-05-17 Thread Kevin Wolf
Am 17.05.2013 um 15:51 hat Stefan Hajnoczi geschrieben: > There is ongoing work to enable multiple event loop threads. This will allow > QEMU itself to take advantage of SMP and reduce Big QEMU Lock (BQL) > contention. > This series is one step in that effort. > > These patches make coroutines s