From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KU5x6-0005My-5k for qemu-devel@nongnu.org; Fri, 15 Aug 2008 16:31:16 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KU5x4-0005Mk-Hb for qemu-devel@nongnu.org; Fri, 15 Aug 2008 16:31:15 -0400 Received: from [199.232.76.173] (port=46472 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KU5x4-0005Mf-BT for qemu-devel@nongnu.org; Fri, 15 Aug 2008 16:31:14 -0400 Received: from pf.freedaemonhosting.com ([66.210.104.252]:6872 helo=FreeDaemonHosting.com) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KU5vm-0005pv-2z for qemu-devel@nongnu.org; Fri, 15 Aug 2008 16:29:54 -0400 Received: from pf.FreeDaemonHosting.com (localhost.freedaemonhosting.com [IPv6:::1]) by FreeDaemonHosting.com (8.14.3/8.14.3) with ESMTP id m7FKThXb010385 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Fri, 15 Aug 2008 15:29:43 -0500 (CDT) Received: (from todd@localhost) by pf.FreeDaemonHosting.com (8.14.3/8.14.1/Submit) id m7FKThU8020180 for qemu-devel@nongnu.org; Fri, 15 Aug 2008 15:29:43 -0500 (CDT) Date: Fri, 15 Aug 2008 15:29:43 -0500 From: "Todd T. Fries" Subject: Re: [Qemu-devel] [RFC, PATCH] Host AIO support detection, OpenBSD host support Message-ID: <20080815202943.GA11001@fries.net> References: <48A1E8AD.9040501@codemonkey.ws> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Reply-To: todd@fries.net, 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 Actually, the problem is that some driver lists (NetBSD in particular) were changed to list=" " while others (OpenBSD in particular) were left with list="a b c" fun! -- Todd Fries .. todd@fries.net _____________________________________________ | \ 1.636.410.0632 (voice) | Free Daemon Consulting, LLC \ 1.405.227.9094 (voice) | http://FreeDaemonConsulting.com \ 1.866.792.3418 (FAX) | "..in support of free software solutions." \ 250797 (FWD) | \ \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ 37E7 D3EB 74D0 8D66 A68D B866 0326 204E 3F42 004A http://todd.fries.net/pgp.txt Penned by Blue Swirl on 20080815 23:05.40, we have: | On 8/14/08, malc wrote: | > On Wed, 13 Aug 2008, Blue Swirl wrote: | > | > | > > On 8/12/08, Anthony Liguori wrote: | > > | > > > Blue Swirl wrote: | > > > | > > > | > > > > Here are two patches, loosely based on patches in OpenBSD ports system | > > > > that enable compiling Qemu. The first patch makes AIO use conditional | > > > > on host AIO support. The second one adjusts various include files etc. | > > > > | > > > > I'd like to commit both of these, is that OK? | > > > > | > > > > | > > > > | > > > | > > > The first patch is fine but the second patch has some bogus things in | > it. | > > > | > > | > > Thanks for the review. I removed the unneeded parts, made a separate | > > patch for fixing OSS selection, and added a configure option for AIO | > > as requested by Samuel Thibault. | > > | > | > Thanks for the OSS bits, i have committed slightly modified patch that | > takes all possible drivers into consideration. | | Great, but there is a bug in your commit, *) case seems to be checked | before oss|sdl... case gets into play so the error is still present: | | Error: Unknown driver 'oss' selected | Possible drivers are: oss sdl esd |