[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH] This patch adds a new block driver : iSCSI
From: |
Christoph Hellwig |
Subject: |
Re: [Qemu-devel] [PATCH] This patch adds a new block driver : iSCSI |
Date: |
Fri, 16 Sep 2011 17:53:20 +0200 |
User-agent: |
Mutt/1.5.17 (2007-11-01) |
On Wed, Sep 14, 2011 at 04:50:25PM +0100, Stefan Hajnoczi wrote:
> I think in this case it will not make the code nicer. Since the
> external iSCSI library is based on callbacks it would be necessary to
> write the coroutines<->callbacks adapter functions. So for example,
> the READ10 command would need a function that can be called in
> coroutine context and yields while libiscsi does the I/O. When the
> callback is invoked it will re-enter the coroutine.
>
> The area where coroutines are useful in the block layer is for image
> formats. We already have common coroutines<->callback adapter
> functions in block.c so it's possible to write sequential code for
> image formats. They only need access to block layer functions which
> have already been adapted. But as soon as you interact with a
> callback-based API from the coroutine, then you need to write an
> adapter yourself.
So you plan on keeping the aio interface around forever? Qemu with two
different I/O pathes was already more than painful enough, I don't
think keeping three, and two of them beeing fairly complex is a good
idea.
- [Qemu-devel] [PATCH] Add iSCSI support for QEMU, Ronnie Sahlberg, 2011/09/10
- Re: [Qemu-devel] [PATCH] This patch adds a new block driver : iSCSI, ronnie sahlberg, 2011/09/14
- Re: [Qemu-devel] [PATCH] This patch adds a new block driver : iSCSI, Paolo Bonzini, 2011/09/15
- Re: [Qemu-devel] [PATCH] This patch adds a new block driver : iSCSI, Dor Laor, 2011/09/15
- Re: [Qemu-devel] [PATCH] This patch adds a new block driver : iSCSI, Paolo Bonzini, 2011/09/15
- Re: [Qemu-devel] [PATCH] This patch adds a new block driver : iSCSI, ronnie sahlberg, 2011/09/15
- Re: [Qemu-devel] [PATCH] This patch adds a new block driver : iSCSI, Dor Laor, 2011/09/15