qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [RFC PATCH v2 0/4] port network layer onto glib


From: Stefan Hajnoczi
Subject: Re: [Qemu-devel] [RFC PATCH v2 0/4] port network layer onto glib
Date: Thu, 28 Mar 2013 14:40:49 +0100
User-agent: Mutt/1.5.21 (2010-09-15)

On Thu, Mar 28, 2013 at 09:42:47AM +0100, Paolo Bonzini wrote:
> Il 28/03/2013 08:55, Liu Ping Fan ha scritto:
> >    3rd. block layer's AioContext will block other AioContexts on the same 
> > thread.
> 
> I cannot understand this.

The plan is for BlockDriverState to be bound to an AioContext.  That
means each thread is set up with one AioContext.  BlockDriverStates that
are used in that thread will first be bound to its AioContext.

It's not very useful to have multiple AioContext in the same thread.

Stefan



reply via email to

[Prev in Thread] Current Thread [Next in Thread]