From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54552) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a4SRt-0004VJ-D7 for qemu-devel@nongnu.org; Thu, 03 Dec 2015 06:53:22 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a4SRs-00030b-F9 for qemu-devel@nongnu.org; Thu, 03 Dec 2015 06:53:21 -0500 Received: from mail-vk0-x22e.google.com ([2607:f8b0:400c:c05::22e]:36508) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a4SRs-00030Q-AB for qemu-devel@nongnu.org; Thu, 03 Dec 2015 06:53:20 -0500 Received: by vkay187 with SMTP id y187so43552632vka.3 for ; Thu, 03 Dec 2015 03:53:19 -0800 (PST) MIME-Version: 1.0 In-Reply-To: <1449118802-12047-1-git-send-email-stefanha@redhat.com> References: <1449118802-12047-1-git-send-email-stefanha@redhat.com> From: Peter Maydell Date: Thu, 3 Dec 2015 11:53:00 +0000 Message-ID: Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [PULL for-2.5 0/4] Block patches List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi Cc: QEMU Developers On 3 December 2015 at 04:59, Stefan Hajnoczi wrote: > The following changes since commit cf22132367a188426ac07cf1805b214dd2d0cc80: > > Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging (2015-12-02 17:05:34 +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 9cc0f19de213fcb7098f0ea8f42448728f2cfcde: > > iotests: Add regresion test case for write notifier assertion failure (2015-12-03 11:08:07 +0800) > > ---------------------------------------------------------------- > > ---------------------------------------------------------------- > > Fam Zheng (3): > block: Don't wait serialising for non-COR read requests > iotests: Add "add_drive_raw" method > iotests: Add regresion test case for write notifier assertion failure > > Paolo Bonzini (1): > iothread: include id in thread name > Applied, thanks. -- PMM