From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Mga0Q-0003hG-Oz for qemu-devel@nongnu.org; Thu, 27 Aug 2009 04:06:50 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Mga0M-0003gu-8c for qemu-devel@nongnu.org; Thu, 27 Aug 2009 04:06:50 -0400 Received: from [199.232.76.173] (port=35148 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mga0M-0003gr-4j for qemu-devel@nongnu.org; Thu, 27 Aug 2009 04:06:46 -0400 Received: from mx20.gnu.org ([199.232.41.8]:19436) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Mga0L-0005vi-5l for qemu-devel@nongnu.org; Thu, 27 Aug 2009 04:06:45 -0400 Received: from mx1.redhat.com ([209.132.183.28]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Mga0K-0005wh-CI for qemu-devel@nongnu.org; Thu, 27 Aug 2009 04:06:44 -0400 Message-ID: <4A963E8C.5060600@redhat.com> Date: Thu, 27 Aug 2009 10:06:36 +0200 From: Gerd Hoffmann MIME-Version: 1.0 Subject: Re: [Qemu-devel] [BUG] Regression for machine using fdc References: <4A961C81.1040500@mail.berlios.de> <4A9626FD.3000403@mail.berlios.de> In-Reply-To: <4A9626FD.3000403@mail.berlios.de> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Weil Cc: QEMU Developers On 08/27/09 08:26, Stefan Weil wrote: > Stefan Weil schrieb: >> Hello >> >> 8baf73adf664e79eae201c3f618078a220a661d9 (qdev/isa: convert fdc) >> breaks MIPS Malta: >> >> Tried to create isa device isa-fdc with no isa bus present >> >> Maybe other machines (mips_jazz, ppc_prec, sun4u) are also affected. >> >> Regards >> Stefan > > mips_malta works now again (with patch in separate mail), > sun4u should work, at least it calls isa_bus_new, > but I still expect a regression for mips_jazz and ppc_prep. -M isapc is broken too btw. The ISA patches sent to the list yesterday are providing a sysbus->isa bridge and fix the -M isapc breakage. With them applied fixing the other machines is simple one-liner as isa_bus_new(NULL) can be used then for machines without a PCI->ISA bridge. cheers, Gerd