From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36980) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zz5IH-0003JS-0q for qemu-devel@nongnu.org; Wed, 18 Nov 2015 11:09:17 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zz5IF-0007PC-Nd for qemu-devel@nongnu.org; Wed, 18 Nov 2015 11:09:12 -0500 From: Kevin Wolf Date: Wed, 18 Nov 2015 17:08:59 +0100 Message-Id: <1447862943-16071-1-git-send-email-kwolf@redhat.com> Subject: [Qemu-devel] [PULL 0/4] Block patches for 2.5.0-rc1 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-block@nongnu.org Cc: kwolf@redhat.com, qemu-devel@nongnu.org The following changes since commit ab9b872ab3147faf3c04e91d525815b9139dd996: Merge remote-tracking branch 'remotes/mdroth/tags/qga-pull-2015-11-13-v2-tag' into staging (2015-11-18 12:47:29 +0000) are available in the git repository at: git://repo.or.cz/qemu/kevin.git tags/for-upstream for you to fetch changes up to ca4fa82fe66076284f702adcfe7c319ebbf909ec: Merge remote-tracking branch 'mreitz/tags/pull-block-for-kevin-2015-11-18' into queue-block (2015-11-18 16:27:44 +0100) ---------------------------------------------------------------- Block layer patches ---------------------------------------------------------------- Alberto Garcia (1): block: Call external_snapshot_clean after blockdev-snapshot John Snow (1): iotests: fix race in 030 Kevin Wolf (1): Merge remote-tracking branch 'mreitz/tags/pull-block-for-kevin-2015-11-18' into queue-block Max Reitz (1): blockdev: Add missing bdrv_unref() in drive-backup Rabin Vincent (1): nand: fix address overflow blockdev.c | 2 ++ hw/block/nand.c | 4 ++-- tests/qemu-iotests/030 | 5 ++++- 3 files changed, 8 insertions(+), 3 deletions(-)