[Qemu-devel] [PATCH v2 0/7] threadpool: support multiple ThreadPools

2013-03-07 Thread Stefan Hajnoczi
This patch series changes the global thread pool to a one ThreadPool per AioContext model. We still only use the main loop AioContext so in practice there is just one ThreadPool. But this opens the door to refactoring the block layer (which depends on ThreadPool) so block devices can be accessed

Re: [Qemu-devel] [PATCH v2 0/7] threadpool: support multiple ThreadPools

2013-03-07 Thread Paolo Bonzini
Il 07/03/2013 13:41, Stefan Hajnoczi ha scritto: > This patch series changes the global thread pool to a one ThreadPool per > AioContext model. We still only use the main loop AioContext so in practice > there is just one ThreadPool. But this opens the door to refactoring the > block > layer (wh

Re: [Qemu-devel] [PATCH v2 0/7] threadpool: support multiple ThreadPools

2013-03-13 Thread Stefan Hajnoczi
On Thu, Mar 07, 2013 at 01:41:43PM +0100, Stefan Hajnoczi wrote: > This patch series changes the global thread pool to a one ThreadPool per > AioContext model. We still only use the main loop AioContext so in practice > there is just one ThreadPool. But this opens the door to refactoring the > b