From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:44490) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TYDbY-00027b-8S for qemu-devel@nongnu.org; Tue, 13 Nov 2012 05:20:31 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TYDbV-0004kV-6Y for qemu-devel@nongnu.org; Tue, 13 Nov 2012 05:20:28 -0500 Received: from mail-pb0-f45.google.com ([209.85.160.45]:54402) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TYDbV-0004kN-09 for qemu-devel@nongnu.org; Tue, 13 Nov 2012 05:20:25 -0500 Received: by mail-pb0-f45.google.com with SMTP id mc8so2289728pbc.4 for ; Tue, 13 Nov 2012 02:20:24 -0800 (PST) Sender: Paolo Bonzini Message-ID: <50A21EE2.3060200@redhat.com> Date: Tue, 13 Nov 2012 11:20:18 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <1352730127-32685-1-git-send-email-pbonzini@redhat.com> In-Reply-To: <1352730127-32685-1-git-send-email-pbonzini@redhat.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PULL 1.3 0/7] NBD updates for 2012-11-12 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: aliguori@us.ibm.com, qemu-devel@nongnu.org Il 12/11/2012 15:22, Paolo Bonzini ha scritto: > Anthony, > > The following changes since commit 3c5645fab3c4b65d0cffbe1aaafc787e4be63d0f: > > tcg: properly check that op's output needs to be synced to memory (2012-11-11 16:06:46 +0100) > > are available in the git repository at: > > git://github.com/bonzini/qemu.git nbd-next > > for you to fetch changes up to 4057725f35abe00ea371f85c6e27dd25eafd9ddf: > > hmp: add NBD server commands (2012-11-12 14:38:29 +0100) > > The main change is making the NBD server available via HMP. This prompted > a few minor usability improvements in the QMP interface too. Also, > NBD is made accessible via URIs, similar to Gluster (the change is > backwards-compatible). And I added "nbd: fixes to read-only handling" on top of this branch. Paolo > ---------------------------------------------------------------- > Paolo Bonzini (7): > qemu-nbd: initialize main loop before block layer > nbd: accept relative path to Unix socket > nbd: accept URIs > nbd: fix nbd_server_stop crash when no server was running > nbd: force read-only export for read-only devices > nbd: disallow nbd-server-add before nbd-server-start > hmp: add NBD server commands > > block/nbd.c | 115 ++++++++++++++++++++++++++++++++++++++++++++++++++------ > blockdev-nbd.c | 20 ++++++++-- > hmp-commands.hx | 45 ++++++++++++++++++++++ > hmp.c | 76 +++++++++++++++++++++++++++++++++++++ > hmp.h | 3 ++ > qemu-doc.texi | 25 ++++++++---- > qemu-nbd.c | 2 +- > 7 file modificati, 263 inserzioni(+), 23 rimozioni(-) >