From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54506) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a1coW-0000uW-2N for qemu-devel@nongnu.org; Wed, 25 Nov 2015 11:21:01 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a1coV-00077D-9I for qemu-devel@nongnu.org; Wed, 25 Nov 2015 11:21:00 -0500 Received: from mail-vk0-x22f.google.com ([2607:f8b0:400c:c05::22f]:36306) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a1coV-000772-4M for qemu-devel@nongnu.org; Wed, 25 Nov 2015 11:20:59 -0500 Received: by vkay187 with SMTP id y187so37636416vka.3 for ; Wed, 25 Nov 2015 08:20:58 -0800 (PST) MIME-Version: 1.0 In-Reply-To: <1448460624-16664-1-git-send-email-kwolf@redhat.com> References: <1448460624-16664-1-git-send-email-kwolf@redhat.com> From: Peter Maydell Date: Wed, 25 Nov 2015 16:20:39 +0000 Message-ID: Content-Type: text/plain; charset=UTF-8 Subject: Re: [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: Kevin Wolf Cc: QEMU Developers , Qemu-block On 25 November 2015 at 14:10, Kevin Wolf wrote: > The following changes since commit 1aae36df4b8ed884c6ef6995e70c67fad79b49df: > > 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(-) Applied, thanks. -- PMM