From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:48302) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R3sBT-0000JT-Ah for qemu-devel@nongnu.org; Wed, 14 Sep 2011 12:19:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1R3sBO-0002dL-T7 for qemu-devel@nongnu.org; Wed, 14 Sep 2011 12:19:35 -0400 Received: from mail-fx0-f45.google.com ([209.85.161.45]:59560) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R3sBO-0002cb-JG for qemu-devel@nongnu.org; Wed, 14 Sep 2011 12:19:30 -0400 Received: by fxh13 with SMTP id 13so1860792fxh.4 for ; Wed, 14 Sep 2011 09:19:28 -0700 (PDT) Message-ID: <4E70D40D.108@googlemail.com> Date: Wed, 14 Sep 2011 18:19:25 +0200 From: =?ISO-8859-1?Q?Andreas_F=E4rber?= MIME-Version: 1.0 References: <1315832873-18976-1-git-send-email-avi@redhat.com> <4E709763.1080805@redhat.com> In-Reply-To: <4E709763.1080805@redhat.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit 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: Avi Kivity Cc: hpoussin@reactos.org, qemu-devel@nongnu.org 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