From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1M8wfD-0001Fg-Ao for qemu-devel@nongnu.org; Tue, 26 May 2009 09:25:55 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1M8wf8-0001E1-7s for qemu-devel@nongnu.org; Tue, 26 May 2009 09:25:55 -0400 Received: from [199.232.76.173] (port=47984 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M8wf8-0001Do-1V for qemu-devel@nongnu.org; Tue, 26 May 2009 09:25:50 -0400 Received: from mx20.gnu.org ([199.232.41.8]:23656) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1M8wf7-0000xG-Nr for qemu-devel@nongnu.org; Tue, 26 May 2009 09:25:49 -0400 Received: from mail-qy0-f123.google.com ([209.85.221.123]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1M8wf7-0003MW-3E for qemu-devel@nongnu.org; Tue, 26 May 2009 09:25:49 -0400 Received: by qyk29 with SMTP id 29so3680408qyk.4 for ; Tue, 26 May 2009 06:25:48 -0700 (PDT) Message-ID: <4A1BEDD9.5040509@codemonkey.ws> Date: Tue, 26 May 2009 08:25:45 -0500 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] Do we need CONFIG_AIO? References: <20090525082151.GA4107@lst.de> <4A1A85B4.3060200@eu.citrix.com> <4A1BA111.9060801@codemonkey.ws> <4A1BBE31.9090106@eu.citrix.com> In-Reply-To: <4A1BBE31.9090106@eu.citrix.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefano Stabellini Cc: Christoph Hellwig , "qemu-devel@nongnu.org" Stefano Stabellini wrote: > Anthony Liguori wrote: > > Obviously I would prefer if threads remained optional too, but let's > just focus on AIO for the moment: as Todd pointed out OpenBSD doesn't > currently provide AIO and also some small libc, like newlib, do not have > AIO either. > CONFIG_AIO is a misnomer. It no longer has anything to do with posix-aio. It's just a standard read/write IO with a thread pool. Regards, Anthony Liguori