From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40777) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X1apT-0006e5-Pv for qemu-devel@nongnu.org; Mon, 30 Jun 2014 08:37:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X1apO-00023j-7U for qemu-devel@nongnu.org; Mon, 30 Jun 2014 08:37:03 -0400 Received: from mx1.redhat.com ([209.132.183.28]:23596) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X1apN-00023Z-W5 for qemu-devel@nongnu.org; Mon, 30 Jun 2014 08:36:58 -0400 Message-ID: <53B159E2.1080609@redhat.com> Date: Mon, 30 Jun 2014 14:36:50 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1403878306-22683-1-git-send-email-pbonzini@redhat.com> <20140629115511.GA4612@Inspiron-3521> In-Reply-To: <20140629115511.GA4612@Inspiron-3521> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PULL 0/5] NBD changes for 2014-06-27 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Hani Benhabiles , Peter Maydell Cc: QEMU Developers Il 29/06/2014 13:55, Hani Benhabiles ha scritto: > On Sun, Jun 29, 2014 at 12:45:27PM +0100, Peter Maydell wrote: >> On 27 June 2014 15:11, Paolo Bonzini wrote: >>> The following changes since commit d4cba13bdf251baeedb36b87c1e9f6766773e380: >>> >>> tcg/ppc: Fix failure in tcg_out_mem_long (2014-06-27 13:23:41 +0100) >>> >>> are available in the git repository at: >>> >>> git://github.com/bonzini/qemu.git nbd-next >>> >>> for you to fetch changes up to 34bf23a5e0e878e3cd650c47d670b881f9f61475: >>> >>> nbd: Handle NBD_OPT_LIST option. (2014-06-27 16:06:48 +0200) >>> >>> Three bugfixes, and a new feature. >> >> Hi. I'm afraid this doesn't build on win32: > > Hi Peter, > > Should be fixed with s/SHUT_RDWR/2/ > > That is how shutdown() is called elsewhere in nbd.c and block/nbd-client.c Will resubmit. Paolo