Re: [Qemu-devel] [PATCH] virtio-blk: Remove the stale FIXME comment

2015-03-04 Thread Kevin Wolf
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

Re: [Qemu-devel] [PATCH] virtio-blk: Remove the stale FIXME comment

2015-03-04 Thread Fam Zheng
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

Re: [Qemu-devel] [PATCH] virtio-blk: Remove the stale FIXME comment

2015-02-16 Thread Stefan Hajnoczi
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

[Qemu-devel] [PATCH] virtio-blk: Remove the stale FIXME comment

2015-02-15 Thread Fam Zheng
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 ---