From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:36069) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tbuwp-0007Xh-JN for qemu-devel@nongnu.org; Fri, 23 Nov 2012 10:13:49 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Tbuwo-0004Hh-Br for qemu-devel@nongnu.org; Fri, 23 Nov 2012 10:13:43 -0500 Received: from mail-ie0-f173.google.com ([209.85.223.173]:62976) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tbuwn-0004Hc-Ql for qemu-devel@nongnu.org; Fri, 23 Nov 2012 10:13:42 -0500 Received: by mail-ie0-f173.google.com with SMTP id e13so3212570iej.4 for ; Fri, 23 Nov 2012 07:13:40 -0800 (PST) Sender: Paolo Bonzini From: Paolo Bonzini Date: Fri, 23 Nov 2012 16:13:22 +0100 Message-Id: <1353683604-26535-1-git-send-email-pbonzini@redhat.com> Subject: [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: qemu-devel@nongnu.org Cc: aliguori@us.ibm.com 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. 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