From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:34741) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RyOFI-0005Iv-T4 for qemu-devel@nongnu.org; Fri, 17 Feb 2012 08:53:09 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RyOFG-0002C1-Fh for qemu-devel@nongnu.org; Fri, 17 Feb 2012 08:53:08 -0500 Received: from mail-pw0-f45.google.com ([209.85.160.45]:33768) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RyOFG-0002Br-9b for qemu-devel@nongnu.org; Fri, 17 Feb 2012 08:53:06 -0500 Received: by pbbro12 with SMTP id ro12so4542961pbb.4 for ; Fri, 17 Feb 2012 05:53:04 -0800 (PST) Message-ID: <4F3E5BBD.9000405@codemonkey.ws> Date: Fri, 17 Feb 2012 07:53:01 -0600 From: Anthony Liguori MIME-Version: 1.0 References: <1329479028-27650-1-git-send-email-pbonzini@redhat.com> In-Reply-To: <1329479028-27650-1-git-send-email-pbonzini@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PULL 0/3] NBD pull request for 2012-02-17 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: qemu-devel@nongnu.org On 02/17/2012 05:43 AM, Paolo Bonzini wrote: > Anthony, > > The following changes since commit 9de36b1a7cf61aa8be365f13c81668b3e19fbc7f: > > Make -machine/-enable-kvm options merge into a single list (2012-02-17 09:10:13 +0100) > > are available in the git repository at: > git://github.com/bonzini/qemu.git nbd-for-anthony Pulled. Thanks. Regards, Anthony Liguori > > Michael Tokarev (1): > do not chdir(/) in qemu-nbd before opening all files > > Paolo Bonzini (2): > open /dev/nbd in nbd_client_thread > nbd: add git tree to MAINTAINERS > > MAINTAINERS | 1 + > qemu-nbd.c | 42 +++++++++++++++++++++++------------------- > 2 files changed, 24 insertions(+), 19 deletions(-)