From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=52245 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PzRan-0005lh-Lr for qemu-devel@nongnu.org; Tue, 15 Mar 2011 06:35:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PzRam-0003GF-Hr for qemu-devel@nongnu.org; Tue, 15 Mar 2011 06:35:09 -0400 Received: from e23smtp08.au.ibm.com ([202.81.31.141]:41948) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PzRal-0003Fo-VR for qemu-devel@nongnu.org; Tue, 15 Mar 2011 06:35:08 -0400 Received: from d23relay05.au.ibm.com (d23relay05.au.ibm.com [202.81.31.247]) by e23smtp08.au.ibm.com (8.14.4/8.13.1) with ESMTP id p2FATpO1009959 for ; Tue, 15 Mar 2011 21:29:51 +1100 Received: from d23av02.au.ibm.com (d23av02.au.ibm.com [9.190.235.138]) by d23relay05.au.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id p2FAYw252224292 for ; Tue, 15 Mar 2011 21:34:58 +1100 Received: from d23av02.au.ibm.com (loopback [127.0.0.1]) by d23av02.au.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id p2FAYwGT018850 for ; Tue, 15 Mar 2011 21:34:58 +1100 Date: Tue, 15 Mar 2011 16:04:53 +0530 From: Arun R Bharadwaj Message-ID: <20110315103453.GA23922@linux.vnet.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Subject: [Qemu-devel] [v1 PATCH 0/3]: Use GLib threadpool in 9pfs. Reply-To: arun@linux.vnet.ibm.com List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: stefanha@gmail.com, aliguori@us.ibm.com, jvrao@linux.vnet.ibm.com, aneesh.kumar@linux.vnet.ibm.com, Arun Bharadwaj Hi, This patchset enables the use of GLib threadpool infrastructure in 9pfs. It contains the following patches: 1/3 - Move the paio_signal_handler to a generic location. 2/3 - Helper routines to use GLib threadpool infrastructure in 9pfs. 3/3 - Convert v9fs_stat to threaded model. As a prerequisite, before these patches are applied, we need to apply Anthony's patch "Add support for glib based threading and convert qemu thread to use it" found at http://www.mail-archive.com/qemu-devel@nongnu.org/msg52791.html Testing carried out: This patchset has been tested by running the following autotest suites successfully: * Dbench * Fsstress * Connecthon * Tuxera POSIX. Please let me know your comments. -arun