On 10/05/2011 09:17 AM, Paolo Bonzini wrote:
v2->v3:
fix comments from sheepdog maintainer
v1->v2:
moved coroutine send/recv functions to osdep.c, added support
for multiple in-flight requests, added support for co_discard
and aio_discard.
FWIW, I placed a rebased version at git://github.com/bonzini/qemu.gdb
branch nbd-trim. It has the "problem" that Stefan's coroutine treatment
is not given to co_flush and co_discard. Can this be left for later? I
didn't really understand how that series worked...
Paolo