From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:34610) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TGeXo-00045S-8x for qemu-devel@nongnu.org; Tue, 25 Sep 2012 19:28:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TGeXn-0001Nu-6l for qemu-devel@nongnu.org; Tue, 25 Sep 2012 19:28:00 -0400 Received: from mail-oa0-f45.google.com ([209.85.219.45]:40014) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TGeXn-0001Nq-1r for qemu-devel@nongnu.org; Tue, 25 Sep 2012 19:27:59 -0400 Received: by oagi18 with SMTP id i18so2448397oag.4 for ; Tue, 25 Sep 2012 16:27:58 -0700 (PDT) From: Anthony Liguori In-Reply-To: <1348062596-30446-1-git-send-email-pbonzini@redhat.com> References: <1348062596-30446-1-git-send-email-pbonzini@redhat.com> Date: Tue, 25 Sep 2012 18:27:55 -0500 Message-ID: <876271smx0.fsf@codemonkey.ws> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: [Qemu-devel] [PULL 00/12] NBD patches for 2012-09-22 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini , qemu-devel@nongnu.org Paolo Bonzini writes: > The following changes since commit 89c33337fd21930de671a6e34793e8b1ee257e2e: > > Remove unused CONFIG_TCG_PASS_AREG0 and dead code (2012-09-15 17:51:14 +0000) > > are available in the git repository at: > > git://github.com/bonzini/qemu.git nbd-next > > for you to fetch changes up to be3d30e144dbb99cd39ae4cedfb802337b5b172f: > > nbd: add nbd_export_get_blockdev (2012-09-19 14:03:15 +0200) > > These patches merge the first part of the embedded NBD server. The actual > QEMU implementation needs some refactoring of qemu-sockets, and might even > go in through Luiz's tree. Pulled. Thanks. Regards, Anthony Liguori > > ---------------------------------------------------------------- > Paolo Bonzini (12): > nbd: add more constants > nbd: pass NBDClient to nbd_send_negotiate > nbd: do not close BlockDriverState in nbd_export_close > nbd: make refcount interface public > nbd: do not leak nbd_trip coroutines when a connection is torn down > nbd: add reference counting to NBDExport > nbd: track clients into NBDExport > nbd: add notification for closing an NBDExport > qemu-nbd: rewrite termination conditions to use a state machine > nbd: register named exports > nbd: negotiate with named exports > nbd: add nbd_export_get_blockdev > > nbd.c | 396 ++++++++++++++++++++++++++++++++++++++++++++++++++----------- > nbd.h | 15 ++- > qemu-nbd.c | 36 ++++-- > 3 file modificati, 367 inserzioni(+), 80 rimozioni(-) > -- > 1.7.12