From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:42664) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1REMqC-0003Dq-Oc for qemu-devel@nongnu.org; Thu, 13 Oct 2011 11:05:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1REMq7-0000gK-2F for qemu-devel@nongnu.org; Thu, 13 Oct 2011 11:05:00 -0400 Received: from mail-ww0-f53.google.com ([74.125.82.53]:57135) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1REMq6-0000gG-M2 for qemu-devel@nongnu.org; Thu, 13 Oct 2011 11:04:54 -0400 Received: by wwg14 with SMTP id 14so1686443wwg.10 for ; Thu, 13 Oct 2011 08:04:53 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <4E96FE10.30204@redhat.com> Date: Thu, 13 Oct 2011 17:04:48 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1317799065-29668-1-git-send-email-pbonzini@redhat.com> In-Reply-To: <1317799065-29668-1-git-send-email-pbonzini@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v3 00/15] NBD improvements List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kevin Wolf , Stefan Hajnoczi Cc: qemu-devel@nongnu.org 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