From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LAt8s-0006n5-Ez for qemu-devel@nongnu.org; Thu, 11 Dec 2008 16:32:18 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LAt8q-0006m5-Pi for qemu-devel@nongnu.org; Thu, 11 Dec 2008 16:32:18 -0500 Received: from [199.232.76.173] (port=36657 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LAt8q-0006m0-Jl for qemu-devel@nongnu.org; Thu, 11 Dec 2008 16:32:16 -0500 Received: from verein.lst.de ([213.95.11.210]:34102) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA1:24) (Exim 4.60) (envelope-from ) id 1LAt8p-0002si-TV for qemu-devel@nongnu.org; Thu, 11 Dec 2008 16:32:16 -0500 Date: Thu, 11 Dec 2008 22:32:13 +0100 From: Christoph Hellwig Subject: Re: [Qemu-devel] [RFC] Replace posix-aio with custom thread pool Message-ID: <20081211213213.GB2399@lst.de> References: <20081210164401.GF18814@random.random> <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> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20081211164947.GD6809@random.random> Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Gerd Hoffmann , kvm-devel On Thu, Dec 11, 2008 at 05:49:47PM +0100, Andrea Arcangeli wrote: > On Thu, Dec 11, 2008 at 05:11:08PM +0100, Gerd Hoffmann wrote: > > Yes. But kernel aio requires O_DIRECT, so aio users are affected > > nevertheless. > > Are you sure? It surely wasn't the case... Mainline kernel aio only implements O_DIRECT. Some RHEL version had support for buffered kernel AIO.