From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:47468) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gtVhP-0001Us-7Y for qemu-devel@nongnu.org; Tue, 12 Feb 2019 05:54:01 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gtVhN-0006cO-RO for qemu-devel@nongnu.org; Tue, 12 Feb 2019 05:53:59 -0500 Received: from mail-ot1-x342.google.com ([2607:f8b0:4864:20::342]:46147) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gtVhN-0005p6-Gp for qemu-devel@nongnu.org; Tue, 12 Feb 2019 05:53:57 -0500 Received: by mail-ot1-x342.google.com with SMTP id w25so3510106otm.13 for ; Tue, 12 Feb 2019 02:53:34 -0800 (PST) MIME-Version: 1.0 References: <20190211205128.27146-1-eblake@redhat.com> In-Reply-To: <20190211205128.27146-1-eblake@redhat.com> From: Peter Maydell Date: Tue, 12 Feb 2019 10:53:22 +0000 Message-ID: Content-Type: text/plain; charset="UTF-8" Subject: Re: [Qemu-devel] [PULL 0/4] NBD patches for 2019-02-11 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Eric Blake Cc: QEMU Developers On Mon, 11 Feb 2019 at 20:53, Eric Blake wrote: > > The following changes since commit 22c5f446514a2a4bb0dbe1fea26713da92fc85fa: > > Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20190211' into staging (2019-02-11 17:04:57 +0000) > > are available in the Git repository at: > > https://repo.or.cz/qemu/ericb.git tags/pull-nbd-2019-02-11 > > for you to fetch changes up to ddd113beedd22908e676d53803843d2f85bf91ab: > > qcow2: list of bitmaps new test 242 (2019-02-11 14:35:43 -0600) > > ---------------------------------------------------------------- > nbd patches for 2019-02-11 > > - Add qcow2 bitmap details to 'qemu-img info' > > ---------------------------------------------------------------- > Andrey Shinkevich (3): > bdrv_query_image_info Error parameter added > qcow2: Add list of bitmaps to ImageInfoSpecificQCow2 > qcow2: list of bitmaps new test 242 > > Eric Blake (1): > nbd/server: Kill pointless shadowed variable Applied, thanks. Please update the changelog at https://wiki.qemu.org/ChangeLog/4.0 for any user-visible changes. -- PMM