From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Mgkw3-0007Rb-J4 for qemu-devel@nongnu.org; Thu, 27 Aug 2009 15:47:03 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Mgkvy-0007Pa-L4 for qemu-devel@nongnu.org; Thu, 27 Aug 2009 15:47:03 -0400 Received: from [199.232.76.173] (port=50959 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mgkvy-0007PX-GV for qemu-devel@nongnu.org; Thu, 27 Aug 2009 15:46:58 -0400 Received: from smtp3-g21.free.fr ([212.27.42.3]:54199) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Mgkvx-0003DQ-Lb for qemu-devel@nongnu.org; Thu, 27 Aug 2009 15:46:58 -0400 Message-ID: <4A96E2A6.7060603@reactos.org> Date: Thu, 27 Aug 2009 21:46:46 +0200 From: =?ISO-8859-15?Q?Herv=E9_Poussineau?= 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: quoted-printable List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Weil Cc: Gerd Hoffmann , QEMU Developers Stefan Weil a =E9crit : > Stefan Weil schrieb: > =20 >> 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 >> =20 > > 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. > =20 Mips Magnum has a floppy disk controller which is memory-mapped. It is=20 connected to jazz IRQ controller (works in Qemu) and to jazz DMA=20 controller (not done in Qemu). The problem I'm still facing is that it=20 is intimately linked with i8257 DMA engine, and I wasn't able to easily=20 decouple them. Herv=E9