From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60121) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V3oPW-0002RN-RN for qemu-devel@nongnu.org; Mon, 29 Jul 2013 10:27:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V3oPO-0003cV-DV for qemu-devel@nongnu.org; Mon, 29 Jul 2013 10:26:54 -0400 Received: from mail-wi0-x22f.google.com ([2a00:1450:400c:c05::22f]:37915) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V3oPO-0003cQ-7K for qemu-devel@nongnu.org; Mon, 29 Jul 2013 10:26:46 -0400 Received: by mail-wi0-f175.google.com with SMTP id hq12so1563582wib.8 for ; Mon, 29 Jul 2013 07:26:45 -0700 (PDT) Date: Mon, 29 Jul 2013 16:26:42 +0200 From: Stefan Hajnoczi Message-ID: <20130729142642.GC4467@stefanha-thinkpad.redhat.com> References: <1374765505-14356-1-git-send-email-stefanha@redhat.com> <1374765505-14356-6-git-send-email-stefanha@redhat.com> <51F61EEC.7040904@linux.vnet.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <51F61EEC.7040904@linux.vnet.ibm.com> Subject: Re: [Qemu-devel] [PATCH v6 05/18] tests: adjust test-thread-pool to new aio_poll() semantics List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Wenchao Xia Cc: Kevin Wolf , Ping Fan Liu , Stefan Hajnoczi , qemu-devel@nongnu.org, Michael Roth , alex@alex.org.uk, Paolo Bonzini On Mon, Jul 29, 2013 at 03:51:08PM +0800, Wenchao Xia wrote: > I am confused for sometime about the reason of the change, I think > it can be concluded as: "The meaning of aio_poll() will be changed, so > change the caller in this test case." Exactly, that's what the subject line means. Stefan