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
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
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