From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43697) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X1DYP-00064Z-I1 for qemu-devel@nongnu.org; Sun, 29 Jun 2014 07:45:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X1DYK-0001Jr-Mg for qemu-devel@nongnu.org; Sun, 29 Jun 2014 07:45:53 -0400 Received: from mail-lb0-f170.google.com ([209.85.217.170]:49214) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X1DYK-0001Jn-FV for qemu-devel@nongnu.org; Sun, 29 Jun 2014 07:45:48 -0400 Received: by mail-lb0-f170.google.com with SMTP id 10so5165510lbg.15 for ; Sun, 29 Jun 2014 04:45:47 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <1403878306-22683-1-git-send-email-pbonzini@redhat.com> References: <1403878306-22683-1-git-send-email-pbonzini@redhat.com> From: Peter Maydell Date: Sun, 29 Jun 2014 12:45:27 +0100 Message-ID: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable 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: Paolo Bonzini Cc: QEMU Developers On 27 June 2014 15:11, Paolo Bonzini wrote: > The following changes since commit d4cba13bdf251baeedb36b87c1e9f6766773e3= 80: > > 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: /home/petmay01/linaro/qemu-for-merges/blockdev-nbd.c: In function =E2=80=98= nbd_accept=E2=80=99: /home/petmay01/linaro/qemu-for-merges/blockdev-nbd.c:31: error: =E2=80=98SHUT_RDWR=E2=80=99 undeclared (first use in this function) /home/petmay01/linaro/qemu-for-merges/blockdev-nbd.c:31: error: (Each undeclared identifier is reported only once /home/petmay01/linaro/qemu-for-merges/blockdev-nbd.c:31: error: for each function it appears in.) make: *** [blockdev-nbd.o] Error 1 thanks -- PMM