From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:55079) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Td6Y7-0007Df-Cl for qemu-devel@nongnu.org; Mon, 26 Nov 2012 16:49:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Td6Y6-0003id-Ak for qemu-devel@nongnu.org; Mon, 26 Nov 2012 16:49:07 -0500 Received: from e28smtp09.in.ibm.com ([122.248.162.9]:54291) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Td6Y5-0003iM-Nc for qemu-devel@nongnu.org; Mon, 26 Nov 2012 16:49:06 -0500 Received: from /spool/local by e28smtp09.in.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Tue, 27 Nov 2012 03:19:03 +0530 Received: from d28av04.in.ibm.com (d28av04.in.ibm.com [9.184.220.66]) by d28relay01.in.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id qAQLn08s34406530 for ; Tue, 27 Nov 2012 03:19:00 +0530 Received: from d28av04.in.ibm.com (loopback [127.0.0.1]) by d28av04.in.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id qAR3Iocw032173 for ; Tue, 27 Nov 2012 14:18:50 +1100 From: Anthony Liguori In-Reply-To: <1353683604-26535-1-git-send-email-pbonzini@redhat.com> References: <1353683604-26535-1-git-send-email-pbonzini@redhat.com> Date: Mon, 26 Nov 2012 15:48:53 -0600 Message-ID: <87pq30rq62.fsf@codemonkey.ws> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: [Qemu-devel] [PATCH 1.3? 0/2] AioContext and thread pool unit tests List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini , qemu-devel@nongnu.org Paolo Bonzini writes: > As requested. :) The tests pass on both Linux and Wine. > > I'm not sure if it makes sense to include these in 1.3, but the idea > has some worth. > Applied. Thanks. Regards, Anthony Liguori > Paolo Bonzini (2): > tests: add AioContext unit tests > tests: add thread pool unit tests > > tests/Makefile | 4 + > tests/test-aio.c | 667 +++++++++++++++++++++++++++++++++++++++++++++++ > tests/test-thread-pool.c | 213 +++++++++++++++ > 3 files changed, 884 insertions(+) > create mode 100644 tests/test-aio.c > create mode 100644 tests/test-thread-pool.c > > -- > 1.8.0