From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KUOl1-0003cn-Pa for qemu-devel@nongnu.org; Sat, 16 Aug 2008 12:36:03 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KUOl0-0003cT-8t for qemu-devel@nongnu.org; Sat, 16 Aug 2008 12:36:03 -0400 Received: from [199.232.76.173] (port=44715 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KUOl0-0003cQ-2R for qemu-devel@nongnu.org; Sat, 16 Aug 2008 12:36:02 -0400 Received: from wf-out-1314.google.com ([209.85.200.170]:65066) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KUOkz-0004M8-Kz for qemu-devel@nongnu.org; Sat, 16 Aug 2008 12:36:01 -0400 Received: by wf-out-1314.google.com with SMTP id 27so2095379wfd.4 for ; Sat, 16 Aug 2008 09:36:00 -0700 (PDT) Message-ID: Date: Sat, 16 Aug 2008 19:36:00 +0300 From: "Blue Swirl" Subject: Re: [Qemu-devel] [RFC, PATCH] Host AIO support detection, OpenBSD host support In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <48A1E8AD.9040501@codemonkey.ws> 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 On 8/16/08, malc wrote: > On Fri, 15 Aug 2008, Blue Swirl wrote: > > > > On 8/14/08, malc wrote: > > > > > On Wed, 13 Aug 2008, Blue Swirl wrote: > > > > > > > > > > > > > On 8/12/08, Anthony Liguori wrote: > > > > > > > > > > > [..snip..] > > > > > > > > > > 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: > > > > I was ready to apologize for not testing, but then rechecked my scripts > and i in fact did test it properly and it worked (and still does), that > said you are ofcourse right here. Must be some sort of shell difference, > which one did you use? /bin/sh is hard linked to ksh (Korn shell).