From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DvNvo-0000P9-HU for qemu-devel@nongnu.org; Wed, 20 Jul 2005 19:24:53 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DvNvh-0000Mo-BY for qemu-devel@nongnu.org; Wed, 20 Jul 2005 19:24:46 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DvNvg-0000KL-RZ for qemu-devel@nongnu.org; Wed, 20 Jul 2005 19:24:45 -0400 Received: from [212.50.211.55] (helo=adonis.kotinet.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DvNzr-0002vj-Ng for qemu-devel@nongnu.org; Wed, 20 Jul 2005 19:29:03 -0400 Received: from [192.168.0.177] (adsl-82-141-88-241.kotinet.com [82.141.88.241]) by adonis.kotinet.com (Postfix) with ESMTP id 22F7CCE6CB for ; Thu, 21 Jul 2005 01:58:03 +0300 (EEST) Message-ID: <42DED868.3090006@kotinet.com> Date: Thu, 21 Jul 2005 02:04:08 +0300 From: Tero Kaarlela MIME-Version: 1.0 Subject: Re: [Qemu-devel] Weird bahaviour of TOP and cdrom under Qemu-system-ppc References: <42DE7E83.2050703@kotinet.com> <1121892393.9483.19.camel@rapid> In-Reply-To: <1121892393.9483.19.camel@rapid> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit 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 J. Mayer wrote: > >Fabrice has a fix for this. >You can also edit hw/ide.c and comment the one-line Darwin hack (easy to >find). > > If this is what you mean: #ifdef TARGET_PPC /* XXX: currently a workaround for Darwin/PPC. Need to check the IDE spec to see if it is correct */ - ide_set_signature(s); + //ide_set_signature(s); It seems to be removed from CVS. Tero