From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:51368) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gfNY7-0002IY-TW for qemu-devel@nongnu.org; Fri, 04 Jan 2019 06:22:00 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gfNY7-0005Jg-8K for qemu-devel@nongnu.org; Fri, 04 Jan 2019 06:21:59 -0500 From: Stefan Hajnoczi Date: Fri, 4 Jan 2019 11:21:41 +0000 Message-Id: <20190104112145.12413-1-stefanha@redhat.com> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] [PULL 0/4] Block patches List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Max Reitz , Stefan Hajnoczi , Kevin Wolf , Peter Maydell , qemu-block@nongnu.org The following changes since commit 20d6c7312f1b812bb9c750f4087f69ac8485cc= 90: Merge remote-tracking branch 'remotes/palmer/tags/riscv-for-master-3.2-= part1' into staging (2019-01-03 13:26:30 +0000) are available in the Git repository at: git://github.com/stefanha/qemu.git tags/block-pull-request for you to fetch changes up to 39a0408e768cd00142f5b57d27ab234282bf4df5: dmg: don't skip zero chunk (2019-01-04 11:15:09 +0000) ---------------------------------------------------------------- Pull request Bug fixes for the .dmg image file format. ---------------------------------------------------------------- Julio Faracco (1): dmg: Fixing wrong dmg block type value for block terminator. yuchenlin (3): dmg: fix binary search dmg: use enumeration type instead of hard coding number dmg: don't skip zero chunk block/dmg.c | 31 ++++++++++++++++++++----------- 1 file changed, 20 insertions(+), 11 deletions(-) --=20 2.20.1