From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59114) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZHFRN-0005pG-KE for qemu-devel@nongnu.org; Mon, 20 Jul 2015 14:05:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZHFRF-0000wp-Kf for qemu-devel@nongnu.org; Mon, 20 Jul 2015 14:05:25 -0400 Received: from mx1.redhat.com ([209.132.183.28]:54141) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZHFRF-0000wj-B4 for qemu-devel@nongnu.org; Mon, 20 Jul 2015 14:05:17 -0400 From: Stefan Hajnoczi Date: Mon, 20 Jul 2015 19:05:09 +0100 Message-Id: <1437415513-21435-1-git-send-email-stefanha@redhat.com> Subject: [Qemu-devel] [PULL for-2.4 0/4] Block patches List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Kevin Wolf , Peter Maydell , Stefan Hajnoczi The following changes since commit f73ca7363440240b7ee5ee7f7ddb1c64751efb54: Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging (2015-07-20 13:25:28 +0100) are available in the git repository at: git://github.com/stefanha/qemu.git tags/block-pull-request for you to fetch changes up to 4fefb0d50cd0a803bba3cedaeb9adfb80cc61fed: AioContext: fix broken ctx->dispatching optimization (2015-07-20 17:14:22 +0100) ---------------------------------------------------------------- ---------------------------------------------------------------- Fam Zheng (1): mirror: Speed up bitmap initial scanning Paolo Bonzini (3): tests: remove irrelevant assertions from test-aio aio-win32: reorganize polling loop AioContext: fix broken ctx->dispatching optimization aio-posix.c | 18 +++++------- aio-win32.c | 41 ++++++++++++++------------ async.c | 21 +++++--------- block/mirror.c | 14 ++++----- docs/aio_notify.promela | 77 +++++++++++++++++++++---------------------------- include/block/aio.h | 29 +++++++++++++++---- tests/test-aio.c | 26 +++-------------- 7 files changed, 103 insertions(+), 123 deletions(-) -- 2.4.3