From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38202) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bFI3w-0001vn-LN for qemu-devel@nongnu.org; Tue, 21 Jun 2016 05:33:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bFI3t-0002he-G5 for qemu-devel@nongnu.org; Tue, 21 Jun 2016 05:33:40 -0400 Message-ID: <1466501582.24271.212.camel@kernel.crashing.org> From: Benjamin Herrenschmidt Date: Tue, 21 Jun 2016 19:33:02 +1000 In-Reply-To: <5768F914.9020806@ilande.co.uk> References: <1465795496-15071-1-git-send-email-clg@kaod.org> <1465795496-15071-2-git-send-email-clg@kaod.org> <20160616010702.GI28087@voom.fritz.box> <20160617022731.GA19581@voom.fritz.box> <57639095.5010305@kaod.org> <576392B1.6030204@kaod.org> <5763A258.2010408@redhat.com> <5763D3EF.6060305@kaod.org> <5763D8D1.70701@redhat.com> <3258f4f3-6f5d-bb1f-9cac-2d19cac7ab53@kaod.org> <1466292910.24271.95.camel@kernel.crashing.org> <1ecfdda6-49a9-a737-80fd-a229c5a1fcf1@kaod.org> <3B48DA40-D79B-416A-84E7-4743F60C2657@suse.de> <1466374521.24271.130.camel@kernel.crashing.org> <1466375718.24271.132.camel@kernel.crashing.org> <1466406504.24271.136.camel@kernel.crashing.org> <1466409752.24271.140.camel@kernel.crashing.org> <1466415136.24271.146.camel@kernel.crashing.org> <5768F914.9020806@ilande.co.uk> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [Qemu-ppc] [PATCH 01/10] ppc: Fix rfi/rfid/hrfi/... emulation List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Mark Cave-Ayland , =?ISO-8859-1?Q?C=E9dric?= Le Goater , Alexander Graf Cc: Thomas Huth , qemu-ppc@nongnu.org, qemu-devel@nongnu.org, David Gibson On Tue, 2016-06-21 at 09:21 +0100, Mark Cave-Ayland wrote: > A quick check with "info mtree" shows that this area of memory is PCI > configuration space. There was a patch added to uninorth in order to > suppress some PCI warnings on Darwin boot found by going over the sourc= e > to the Darwin MacRISC driver which resulted in the patch at > http://git.qemu.org/?p=3Dqemu.git;a=3Dcommitdiff;h=3D98ae3b27d57b59c6dc= 9a74e6351e339523c16def. > Maybe it could be related to that? >=20 > > I'll still cleanup & submit my current crop of fixes in case somebody > > wants to have a look. >=20 > Not sure I can help much here, however I can give everything a good tes= t > and make sure that it doesn't break :) I'll double check, I used to know that HW well and might even have access to some docs internally but that specific f280_0000 doesn't look like something that would mean anything on a machine with macio at 8000_0000....=C2=A0 Cheers, Ben.