From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59653) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZHDlH-0008HM-DE for qemu-devel@nongnu.org; Mon, 20 Jul 2015 12:17:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZHDlC-0006Aw-Ep for qemu-devel@nongnu.org; Mon, 20 Jul 2015 12:17:51 -0400 Received: from mx1.redhat.com ([209.132.183.28]:36287) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZHDlC-0006As-AA for qemu-devel@nongnu.org; Mon, 20 Jul 2015 12:17:46 -0400 Received: from int-mx13.intmail.prod.int.phx2.redhat.com (int-mx13.intmail.prod.int.phx2.redhat.com [10.5.11.26]) by mx1.redhat.com (Postfix) with ESMTPS id F082CBF9D5 for ; Mon, 20 Jul 2015 16:17:45 +0000 (UTC) Date: Mon, 20 Jul 2015 17:17:42 +0100 From: Stefan Hajnoczi Message-ID: <20150720161742.GM12675@stefanha-thinkpad.redhat.com> References: <1437250891-18715-1-git-send-email-pbonzini@redhat.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="Tnj+unmjHTqEM5y0" Content-Disposition: inline In-Reply-To: <1437250891-18715-1-git-send-email-pbonzini@redhat.com> Subject: Re: [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: Paolo Bonzini Cc: kwolf@redhat.com, famz@redhat.com, lersek@redhat.com, qemu-devel@nongnu.org, rjones@redhat.com --Tnj+unmjHTqEM5y0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Jul 18, 2015 at 10:21:28PM +0200, Paolo Bonzini wrote: > The change from v2 is very small, notify_me is decremented as soon > as ppoll returns. >=20 > Paolo >=20 > 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] >=20 > v2->v3 > Decrement notify_me a little earlier in aio-posix.c. >=20 > Paolo Bonzini (3): > tests: remove irrelevant assertions from test-aio > aio-win32: reorganize polling loop > AioContext: fix broken ctx->dispatching optimization >=20 > 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(-) Thanks, applied to my block tree: https://github.com/stefanha/qemu/commits/block Stefan --Tnj+unmjHTqEM5y0 Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQEcBAEBAgAGBQJVrR8mAAoJEJykq7OBq3PI/IIH/0Ai82iL+wqDzyunVqKfXoNe fBPrgFau3xoLSssl3syAJJB2rKVubDbdy18fyhiwmBdE0hqOawTpj8b94qFmgSL3 ZSuKLiaDe8ZZahgR0pdbsxi7zICmX3nYZe5WvvxBmtzzjRc9/hLTvfoUdGu4esXK BQAwh9ALHtVUfpyviuLtLCjsjD4zBJK18cqoXz713n0sAprRsS7VjaVEsTaTMUHb lj/d/8DroTGclRWr4fdgneAPJUg6WDsKoXn+cQbYB6lYbnVIbjjhPp+hUDY44Piv sOmXz51kSaUbat284ZHNaqx/9fuE+x5cWVzeVbmaXrnP/fhkEfE3sB+jqhcJ6gI= =dpFH -----END PGP SIGNATURE----- --Tnj+unmjHTqEM5y0--