From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1M8Zld-0001wo-AN for qemu-devel@nongnu.org; Mon, 25 May 2009 08:59:01 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1M8ZlY-0001ql-9V for qemu-devel@nongnu.org; Mon, 25 May 2009 08:59:00 -0400 Received: from [199.232.76.173] (port=42716 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M8ZlY-0001qX-2E for qemu-devel@nongnu.org; Mon, 25 May 2009 08:58:56 -0400 Received: from mail2-relais-roc.national.inria.fr ([192.134.164.83]:8365) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_ARCFOUR_SHA1:16) (Exim 4.60) (envelope-from ) id 1M8ZlX-0005af-Dh for qemu-devel@nongnu.org; Mon, 25 May 2009 08:58:55 -0400 Date: Mon, 25 May 2009 14:58:52 +0200 From: Samuel Thibault Subject: Re: [Qemu-devel] Do we need CONFIG_AIO? Message-ID: <20090525125852.GK5909@const.bordeaux.inria.fr> References: <20090525082151.GA4107@lst.de> <4A1A85B4.3060200@eu.citrix.com> <20090525122929.GA16576@lst.de> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20090525122929.GA16576@lst.de> List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Christoph Hellwig Cc: "qemu-devel@nongnu.org" , Stefano Stabellini Christoph Hellwig, le Mon 25 May 2009 14:29:29 +0200, a écrit : > On Mon, May 25, 2009 at 12:49:08PM +0100, Stefano Stabellini wrote: > > > Is there any Posix-ish platform qemu supports that does not have > > > pthreads support? > > > > > > > MiniOS. > > I would appreciate if you keep that flag. > > I can't find MiniOS mentioned anywhere in the qemu tree. From googling > around it seems to be some Xen demo kernel. Do you plan to merge > support for it one day? And what's the use case for qemu on MiniOS? > If it's anything performance sensitive the lack of aio will cause quite > severe stalling of the guest. qemu on MiniOS is used to provide efficient full virtualisation, so yes it's performance sensitive, but for performances we use a block-vbd interface. Keeping the block-posix interface for non-performance critical resources that can not go through vbd is still important, so we need to be able to compile it. Samuel