From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:43883) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RDXYa-0005KA-Gw for qemu-devel@nongnu.org; Tue, 11 Oct 2011 04:19:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RDXYZ-0001E2-CQ for qemu-devel@nongnu.org; Tue, 11 Oct 2011 04:19:24 -0400 Received: from mail-wy0-f173.google.com ([74.125.82.173]:38983) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RDXYZ-0001Dt-5v for qemu-devel@nongnu.org; Tue, 11 Oct 2011 04:19:23 -0400 Received: by wyh22 with SMTP id 22so7722698wyh.4 for ; Tue, 11 Oct 2011 01:19:22 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <4E93FC08.3030901@redhat.com> Date: Tue, 11 Oct 2011 10:19:20 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1318239477-31451-1-git-send-email-pbonzini@redhat.com> In-Reply-To: <1318239477-31451-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 00/15] NBD server improvements List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kevin Wolf Cc: qemu-devel@nongnu.org On 10/10/2011 11:37 AM, Paolo Bonzini wrote: > This series adds asynchronous operation support for the NBD server. > The first 9 patches are a general refactoring that can be applied now. > The others require the "main loop in tools" series. They also need rebasing after the QMP changes. Kevin, is it okay for you to apply only the first part? Paolo