From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N342i-0001cE-PZ for qemu-devel@nongnu.org; Wed, 28 Oct 2009 04:38:08 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N342d-0001a2-Jr for qemu-devel@nongnu.org; Wed, 28 Oct 2009 04:38:07 -0400 Received: from [199.232.76.173] (port=33562 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N342d-0001Zz-Ds for qemu-devel@nongnu.org; Wed, 28 Oct 2009 04:38:03 -0400 Received: from verein.lst.de ([213.95.11.210]:36468) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA1:24) (Exim 4.60) (envelope-from ) id 1N342c-0001A2-TK for qemu-devel@nongnu.org; Wed, 28 Oct 2009 04:38:03 -0400 Date: Wed, 28 Oct 2009 09:37:58 +0100 From: Christoph Hellwig Message-ID: <20091028083758.GA17479@lst.de> References: <1256031192-8292-1-git-send-email-kwolf@redhat.com> <4ADD8D27.7090705@redhat.com> <20091022083156.GC27577@lst.de> <4AE02073.6030403@redhat.com> <20091025071907.GA17121@lst.de> <4AE55FA7.5070209@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4AE55FA7.5070209@redhat.com> Subject: [Qemu-devel] Re: [PATCH] raw/linux-aio: Also initialize POSIX AIO List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kevin Wolf Cc: Christoph Hellwig , qemu-devel@nongnu.org On Mon, Oct 26, 2009 at 09:36:55AM +0100, Kevin Wolf wrote: > Well, my question was not if they are sub-modules of raw-posix - they > clearly are - but rather if they should be. linux-aio is just a trvial wrapper for the native Linux AIO abi to be used by QEMU, I can't see why it wouldn't. posix-aio-compat is a bit more involved and I could see the point of splitting out the thread pool implementation for other uses, but until we actually have another user it's rather pointless.