Am 16.02.2015 um 05:09 hat Fam Zheng geschrieben:
> By default, we have ioeventfd enabled, so the IO request processing is
> in IO thread; in the vcpu thread, guest mode is returned to as quickly
> as possible, and completion is delivered via irqfd. Therefore this
> comment from the initial impleme
On Mon, 02/16 14:14, Stefan Hajnoczi wrote:
> On Mon, Feb 16, 2015 at 12:09:40PM +0800, Fam Zheng wrote:
> > By default, we have ioeventfd enabled, so the IO request processing is
> > in IO thread; in the vcpu thread, guest mode is returned to as quickly
> > as possible, and completion is delivered
On Mon, Feb 16, 2015 at 12:09:40PM +0800, Fam Zheng wrote:
> By default, we have ioeventfd enabled, so the IO request processing is
> in IO thread; in the vcpu thread, guest mode is returned to as quickly
> as possible, and completion is delivered via irqfd. Therefore this
> comment from the initia
By default, we have ioeventfd enabled, so the IO request processing is
in IO thread; in the vcpu thread, guest mode is returned to as quickly
as possible, and completion is delivered via irqfd. Therefore this
comment from the initial implementation is barely relevant.
Signed-off-by: Fam Zheng
---