From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:50286) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R44QA-0000KP-2d for qemu-devel@nongnu.org; Thu, 15 Sep 2011 01:23:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1R44Q9-0003Ry-1G for qemu-devel@nongnu.org; Thu, 15 Sep 2011 01:23:34 -0400 Received: from v220110690675601.yourvserver.net ([78.47.199.172]:40041) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R44Q8-0003RV-RK for qemu-devel@nongnu.org; Thu, 15 Sep 2011 01:23:32 -0400 Message-ID: <4E718BD0.5070502@mail.berlios.de> Date: Thu, 15 Sep 2011 07:23:28 +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> <4E710BF2.9060404@redhat.com> <20110914205200.GD17136@zapo> In-Reply-To: <20110914205200.GD17136@zapo> 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: "Edgar E. Iglesias" Cc: qemu-devel@nongnu.org, hpoussin@reactos.org, Avi Kivity , =?ISO-8859-1?Q?Andreas_F=E4rber?= Am 14.09.2011 22:52, schrieb Edgar E. Iglesias: > On Wed, Sep 14, 2011 at 11:17:54PM +0300, Avi Kivity wrote: >> On 09/14/2011 07:19 PM, Andreas F=E4rber wrote: >>>> Can this please be reviewed? It's in the front of the memory queu= e >>>> logjam. >>> With or without this patch, the mips and mipsel test images on qemu.o= rg >>> produce no output at all, on x64 host. >>> >> AFAICT this problem predates the memory API. I'm looking more for >> criticism on the approach. > Hi, i think the images on the wiki are meant to run on a -M mips board. > Maybe the scripts predate a change to Malta as default board, don't kno= w. That's a very good hint. Yes, with -M mips it works. See commit 63742cf887a161aba6cbe53a60161aa47db9a4bb (Sat Jul 5 21:51:47 2008 +0000): Change MIPS machine default to Malta.