From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47608) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZGYcA-0005Dm-EZ for qemu-devel@nongnu.org; Sat, 18 Jul 2015 16:21:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZGYc7-0006q8-9L for qemu-devel@nongnu.org; Sat, 18 Jul 2015 16:21:42 -0400 Received: from mx1.redhat.com ([209.132.183.28]:52518) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZGYc7-0006pr-3j for qemu-devel@nongnu.org; Sat, 18 Jul 2015 16:21:39 -0400 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (Postfix) with ESMTPS id 47ECC14AA9 for ; Sat, 18 Jul 2015 20:21:37 +0000 (UTC) From: Paolo Bonzini Date: Sat, 18 Jul 2015 22:21:28 +0200 Message-Id: <1437250891-18715-1-git-send-email-pbonzini@redhat.com> Subject: [Qemu-devel] [PATCH v2 0/3] AioContext: ctx->dispatching is dead, all hail ctx->notify_me List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: kwolf@redhat.com, famz@redhat.com, lersek@redhat.com, rjones@redhat.com, stefanha@redhat.com The change from v2 is very small, notify_me is decremented as soon as ppoll returns. Paolo v1->v2 Split some changes to the tests to a separate patch Fix commit message [Laszlo] Clarify do...while loop in aio-win32.c [Kevin] v2->v3 Decrement notify_me a little earlier in aio-posix.c. 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 +++++--------- docs/aio_notify.promela | 77 +++++++++++++++++++++---------------------------- include/block/aio.h | 29 +++++++++++++++---- tests/test-aio.c | 26 +++-------------- 6 files changed, 97 insertions(+), 115 deletions(-) -- 2.4.3