From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LAsJD-0002kH-IZ for qemu-devel@nongnu.org; Thu, 11 Dec 2008 15:38:55 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LAsJB-0002jS-Jv for qemu-devel@nongnu.org; Thu, 11 Dec 2008 15:38:54 -0500 Received: from [199.232.76.173] (port=46510 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LAsJB-0002jL-Dg for qemu-devel@nongnu.org; Thu, 11 Dec 2008 15:38:53 -0500 Received: from mx2.redhat.com ([66.187.237.31]:48659) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LAsJA-0003Rl-WB for qemu-devel@nongnu.org; Thu, 11 Dec 2008 15:38:53 -0500 Message-ID: <49417A54.6080405@redhat.com> Date: Thu, 11 Dec 2008 21:38:44 +0100 From: Gerd Hoffmann MIME-Version: 1.0 Subject: Re: [Qemu-devel] [RFC] Replace posix-aio with custom thread pool References: <493FFAB6.2000106@codemonkey.ws> <493FFC8E.9080802@redhat.com> <49400F69.8080707@codemonkey.ws> <20081210190810.GG18814@random.random> <20081211131222.GA14908@random.random> <494130B5.2080800@redhat.com> <20081211155335.GE14908@random.random> <49413B9C.3030703@redhat.com> <20081211164947.GD6809@random.random> <49414BC9.5090905@redhat.com> <20081211181116.GE6809@random.random> In-Reply-To: <20081211181116.GE6809@random.random> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Andrea Arcangeli Cc: kvm-devel , qemu-devel@nongnu.org Hi, >> So one could be preadv+threads. Probably quite portable if we manage to >> get the syscalls into linux kernel and glibc. All *BSDs have it >> already, for solaris I've found a feature request on that. Dunno for MacOS. > > Who's taking care of submitting it to linux? I will. cheers, Gerd