From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:52635) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R3uk4-0007e0-9x for qemu-devel@nongnu.org; Wed, 14 Sep 2011 15:03:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1R3uk3-0002pk-34 for qemu-devel@nongnu.org; Wed, 14 Sep 2011 15:03:28 -0400 Received: from v220110690675601.yourvserver.net ([78.47.199.172]:40599) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R3uk2-0002oV-Ui for qemu-devel@nongnu.org; Wed, 14 Sep 2011 15:03:27 -0400 Message-ID: <4E70FA7B.6060908@mail.berlios.de> Date: Wed, 14 Sep 2011 21:03:23 +0200 From: Stefan Weil MIME-Version: 1.0 References: <1315832873-18976-1-git-send-email-avi@redhat.com> <4E709763.1080805@redhat.com> <4E70D40D.108@googlemail.com> In-Reply-To: <4E70D40D.108@googlemail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH] mips_malta: move i8259 initialization after piix4 initialization List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?ISO-8859-1?Q?Andreas_F=E4rber?= Cc: hpoussin@reactos.org, Avi Kivity , qemu-devel@nongnu.org Am 14.09.2011 18:19, schrieb Andreas F=E4rber: > Am 14.09.2011 14:00, schrieb Avi Kivity: >> On 09/12/2011 04:07 PM, Avi Kivity wrote: >>> i8259 is an ISA device (or at least, depends on the ISA >>> infrastructure to >>> register its ioport); and the ISA bus is supplied by piix4. Later >>> patches >>> make this dependency explicit. >>> >>> Move the i8259 initialization until after the ISA bus is created; and >>> supply >>> a new qemu_irq to PCI initialization, since the i8259 isn't ready >>> yet. Later >>> wire the new qemu_irq to the i8259. >>> >> >> Can this please be reviewed? It's in the front of the memory queue >> logjam. > > With or without this patch, the mips and mipsel test images on qemu.org > produce no output at all, on x64 host. > > Andreas I just tested the mipsel test image on i386 and x64 hosts with the same result. Adding -d in_asm shows that the linux kernel is started, but runs in a loop at some point (timer initialization?). Timer interrupt= s are still served (attach cross gdb to running emulation). Could you already bisect this problem? I did not run these tests for years. My standard mips tests use debian mips kernels and show no problems. Stefan