From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56229) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X0Wsg-0003wT-Iz for qemu-devel@nongnu.org; Fri, 27 Jun 2014 10:12:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X0Wsb-0006r2-6A for qemu-devel@nongnu.org; Fri, 27 Jun 2014 10:11:58 -0400 Received: from mail-wi0-x235.google.com ([2a00:1450:400c:c05::235]:56008) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X0Wsa-0006qg-Vd for qemu-devel@nongnu.org; Fri, 27 Jun 2014 10:11:53 -0400 Received: by mail-wi0-f181.google.com with SMTP id n3so2879139wiv.8 for ; Fri, 27 Jun 2014 07:11:52 -0700 (PDT) Received: from playground.station (net-37-117-147-170.cust.vodafonedsl.it. [37.117.147.170]) by mx.google.com with ESMTPSA id s3sm21647584wje.36.2014.06.27.07.11.50 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 27 Jun 2014 07:11:51 -0700 (PDT) Sender: Paolo Bonzini From: Paolo Bonzini Date: Fri, 27 Jun 2014 16:11:41 +0200 Message-Id: <1403878306-22683-1-git-send-email-pbonzini@redhat.com> Subject: [Qemu-devel] [PULL 0/5] NBD changes for 2014-06-27 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org 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. ---------------------------------------------------------------- Hani Benhabiles (5): nbd: Don't export a block device with no medium. nbd: Don't validate from and len in NBD_CMD_DISC. nbd: Shutdown socket before closing. nbd: Handle fixed new-style clients. nbd: Handle NBD_OPT_LIST option. blockdev-nbd.c | 5 ++ include/block/nbd.h | 12 +++ nbd.c | 217 ++++++++++++++++++++++++++++++++++++++++------------ qemu-nbd.c | 1 + 4 files changed, 186 insertions(+), 49 deletions(-) -- 1.8.3.1