From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43865) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a1amL-0001RB-Fq for qemu-devel@nongnu.org; Wed, 25 Nov 2015 09:10:38 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a1amK-0003ng-AA for qemu-devel@nongnu.org; Wed, 25 Nov 2015 09:10:37 -0500 From: Kevin Wolf Date: Wed, 25 Nov 2015 15:10:18 +0100 Message-Id: <1448460624-16664-1-git-send-email-kwolf@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] [PULL 0/6] Block patches for 2.5.0-rc2 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 1aae36df4b8ed884c6ef6995e70c67fad79b49= df: Merge remote-tracking branch 'remotes/armbru/tags/pull-ivshmem-2015-11-= 25' into staging (2015-11-25 11:38:03 +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 8c34d891b1594840d8394a3c9b92236c13254fd8: Merge remote-tracking branch 'mreitz/tags/pull-block-for-kevin-2015-11-= 25' into queue-block (2015-11-25 14:33:01 +0100) ---------------------------------------------------------------- Block layer patches ---------------------------------------------------------------- Fam Zheng (1): qemu-iotests: Add -nographic when starting QEMU in 119 and 120 Kevin Wolf (3): tests/Makefile: Add more dependencies for test-timed-average test-aio: Fix event notifier cleanup Merge remote-tracking branch 'mreitz/tags/pull-block-for-kevin-2015= -11-25' into queue-block Markus Armbruster (1): block/qapi: Plug memory leak on query-block error path Programmingkid (1): raw-posix.c: Make GetBSDPath() handle caching options Ricard Wanderlof (1): nand: fix flash erase when oob is in memory block/qapi.c | 8 +++----- block/raw-posix.c | 15 +++++++++------ hw/block/nand.c | 2 +- tests/Makefile | 3 +-- tests/qemu-iotests/119 | 2 +- tests/qemu-iotests/120 | 2 +- tests/test-aio.c | 1 + 7 files changed, 17 insertions(+), 16 deletions(-)