From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40481) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZHsRC-000750-W7 for qemu-devel@nongnu.org; Wed, 22 Jul 2015 07:43:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZHsR9-0005jP-Q5 for qemu-devel@nongnu.org; Wed, 22 Jul 2015 07:43:50 -0400 Received: from mx1.redhat.com ([209.132.183.28]:56748) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZHsR9-0005jK-L6 for qemu-devel@nongnu.org; Wed, 22 Jul 2015 07:43:47 -0400 From: Stefan Hajnoczi Date: Wed, 22 Jul 2015 12:43:38 +0100 Message-Id: <1437565425-29861-1-git-send-email-stefanha@redhat.com> Subject: [Qemu-devel] [PULL v2 for-2.4 v2 0/7] 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 774ee4772b6838b78741ea52d4bf26b8922244c5: Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20150721' into staging (2015-07-21 12:21:08 +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 05e514b1d4d5bd4209e2c8bbc76ff05c85a235f3: AioContext: optimize clearing the EventNotifier (2015-07-22 12:41:40 +0100) ---------------------------------------------------------------- ---------------------------------------------------------------- Fam Zheng (1): mirror: Speed up bitmap initial scanning Paolo Bonzini (6): qemu-timer: initialize "timers_done_ev" to set tests: remove irrelevant assertions from test-aio aio-win32: reorganize polling loop AioContext: fix broken ctx->dispatching optimization AioContext: fix broken placement of event_notifier_test_and_clear AioContext: optimize clearing the EventNotifier aio-posix.c | 20 +++--- aio-win32.c | 48 +++++++------ async.c | 37 ++++++---- block/mirror.c | 14 ++-- docs/aio_notify.promela | 77 +++++++++------------ docs/aio_notify_accept.promela | 152 +++++++++++++++++++++++++++++++++++++++++ docs/aio_notify_bug.promela | 140 +++++++++++++++++++++++++++++++++++++ include/block/aio.h | 61 +++++++++++++++-- qemu-timer.c | 2 +- tests/test-aio.c | 26 ++----- 10 files changed, 448 insertions(+), 129 deletions(-) create mode 100644 docs/aio_notify_accept.promela create mode 100644 docs/aio_notify_bug.promela -- 2.4.3