From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47750) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bEl0G-0007TN-9q for qemu-devel@nongnu.org; Sun, 19 Jun 2016 18:15:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bEl0C-0000EO-3E for qemu-devel@nongnu.org; Sun, 19 Jun 2016 18:15:39 -0400 Message-ID: <1466374521.24271.130.camel@kernel.crashing.org> From: Benjamin Herrenschmidt Date: Mon, 20 Jun 2016 08:15:21 +1000 In-Reply-To: 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> 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: =?ISO-8859-1?Q?C=E9dric?= Le Goater , Alexander Graf Cc: Thomas Huth , David Gibson , qemu-ppc@nongnu.org, qemu-devel@nongnu.org On Sun, 2016-06-19 at 19:21 +0200, C=C3=A9dric Le Goater wrote: > But, I could not boot=C2=A0 ./darwinppc-602.cdr with on a 970. That mig= ht > be another issue. Right, the issue is that the kernel in Darwin 6.0.2 doesn't support the 970 :-) I think the first MacOS X to support 970 was some special build of 10.2.8 or something along those lines, which is slightly after Darwin 6.0.2 was released. Now that being said, Darwin 8.0.1 is also not booting in 970 and that is possible a real issue, but I don't think it's realted to those patches since that happens with current upstream7 I can look into it later (they both boot fine with a 7400). Cheers, Ben.