From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49168) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bHQQ0-0004xR-Si for qemu-devel@nongnu.org; Mon, 27 Jun 2016 02:53:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bHQPu-0004x5-TW for qemu-devel@nongnu.org; Mon, 27 Jun 2016 02:53:15 -0400 Message-ID: <1467010338.20278.47.camel@kernel.crashing.org> From: Benjamin Herrenschmidt Date: Mon, 27 Jun 2016 16:52:18 +1000 In-Reply-To: <20160627064845.GQ4242@voom.fritz.box> References: <1466660926-1544-1-git-send-email-david@gibson.dropbear.id.au> <1466660926-1544-8-git-send-email-david@gibson.dropbear.id.au> <1467002528.20278.37.camel@kernel.crashing.org> <20160627064845.GQ4242@voom.fritz.box> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PULL 07/17] ppc: Fix rfi/rfid/hrfi/... emulation List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: David Gibson Cc: peter.maydell@linaro.org, agraf@suse.de, qemu-ppc@nongnu.org, pbonzini@redhat.com, qemu-devel@nongnu.org, =?ISO-8859-1?Q?C=E9dric?= Le Goater , Mark Cave-Ayland On Mon, 2016-06-27 at 16:48 +1000, David Gibson wrote: > > I wonder if prom_init should "touch" the entire kernel for safety, > > but in any case, OpenBIOS need that fix urgently. > > Ah, ok, I hadn't realized that OpenBIOS still failed to boot, just > later in the process with this hunk left out. OpenBIOS itself works, but the kernel then fails in odd ways :-) Cheers, Ben.