From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47745) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wtvck-0000Lm-JY for qemu-devel@nongnu.org; Mon, 09 Jun 2014 05:12:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Wtvce-0007ym-Ev for qemu-devel@nongnu.org; Mon, 09 Jun 2014 05:12:14 -0400 Received: from mx1.redhat.com ([209.132.183.28]:28370) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wtvce-0007yg-7B for qemu-devel@nongnu.org; Mon, 09 Jun 2014 05:12:08 -0400 Message-ID: <53957A63.80408@redhat.com> Date: Mon, 09 Jun 2014 11:12:03 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1402101152-8927-1-git-send-email-kroosec@gmail.com> In-Reply-To: <1402101152-8927-1-git-send-email-kroosec@gmail.com> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 0/2] nbd: Add exports listing support List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Hani Benhabiles , qemu-devel@nongnu.org Cc: stefanha@redhat.com Il 07/06/2014 02:32, Hani Benhabiles ha scritto: > Compared to v2: > * 1/2: Handle options in loop. Handle NBD_OPT_ABORT. Add link to documentation. > Improve commit message. > * 2/2: Fix return value in NBD_OPT_LIST case. Rename nbd_send_list() function to > nbd_handle_list(). > * Remove patch 3/3 from v2. Applied separately by Paolo. > > Hani Benhabiles (2): > nbd: Handle fixed new-style clients. > nbd: Handle NBD_OPT_LIST option. > > include/block/nbd.h | 11 +++ > nbd.c | 200 +++++++++++++++++++++++++++++++++++++++++----------- > 2 files changed, 170 insertions(+), 41 deletions(-) > Applied, thanks! Paolo