From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51336) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZFh0x-0006C9-2T for qemu-devel@nongnu.org; Thu, 16 Jul 2015 07:07:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZFh0s-0006SO-R1 for qemu-devel@nongnu.org; Thu, 16 Jul 2015 07:07:43 -0400 Received: from mx1.redhat.com ([209.132.183.28]:43053) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZFh0s-0006SE-MF for qemu-devel@nongnu.org; Thu, 16 Jul 2015 07:07:38 -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 212EF3CA967 for ; Thu, 16 Jul 2015 11:07:38 +0000 (UTC) Date: Thu, 16 Jul 2015 13:07:35 +0200 From: Kevin Wolf Message-ID: <20150716110735.GC5050@noname.redhat.com> References: <1437040609-9878-1-git-send-email-pbonzini@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1437040609-9878-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: lersek@redhat.com, qemu-devel@nongnu.org, stefanha@redhat.com, rjones@redhat.com Am 16.07.2015 um 11:56 hat Paolo Bonzini geschrieben: > Apart from an additional assertion this is exactly the same code as v1, > but split across three patches so that the important one focuses on the > optimization. > > 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] > > Paolo Bonzini (3): > tests: remove irrelevant assertions from test-aio > aio-win32: reorganize polling loop > AioContext: fix broken ctx->dispatching optimization Reviewed-by: Kevin Wolf