From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:46721) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TdpKq-0005XI-QS for qemu-devel@nongnu.org; Wed, 28 Nov 2012 16:38:25 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TdpKp-0001b2-SX for qemu-devel@nongnu.org; Wed, 28 Nov 2012 16:38:24 -0500 Received: from e28smtp07.in.ibm.com ([122.248.162.7]:48555) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TdpKp-0001an-6y for qemu-devel@nongnu.org; Wed, 28 Nov 2012 16:38:23 -0500 Received: from /spool/local by e28smtp07.in.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Thu, 29 Nov 2012 03:08:17 +0530 Received: from d28av04.in.ibm.com (d28av04.in.ibm.com [9.184.220.66]) by d28relay04.in.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id qASLcFxR4194722 for ; Thu, 29 Nov 2012 03:08:15 +0530 Received: from d28av04.in.ibm.com (loopback [127.0.0.1]) by d28av04.in.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id qAT386kt006570 for ; Thu, 29 Nov 2012 14:08:06 +1100 From: Anthony Liguori In-Reply-To: <1354116604-32298-1-git-send-email-pbonzini@redhat.com> References: <1354116604-32298-1-git-send-email-pbonzini@redhat.com> Date: Wed, 28 Nov 2012 15:38:11 -0600 Message-ID: <878v9ls918.fsf@codemonkey.ws> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: [Qemu-devel] [PULL 1.3 0/2] NBD updates for 1.3-rc2 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini , qemu-devel@nongnu.org Paolo Bonzini writes: > Anthony, > > The following changes since commit c8969eded252058e90e91f12f75f32aceae46ec9: > > nbd: fixes to read-only handling (2012-11-13 10:34:50 +0100) > > are available in the git repository at: > > git://github.com/bonzini/qemu.git nbd-next > > for you to fetch changes up to f3313d23a061648c99609a4c127ed13c820f831d: > > nbd-server-add: Fix the default for 'writable' (2012-11-28 11:56:39 +0100) Pulled. Thanks. Regards, Anthony Liguori > > ---------------------------------------------------------------- > Michal Privoznik (1): > nbd-server-add: Fix the default for 'writable' > > Paolo Bonzini (1): > nbd: fix use of two uninitialized bytes when connecting to a named export > > blockdev-nbd.c | 2 +- > nbd.c | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > -- > 1.8.0