From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.22) id 19tWxx-0004OL-TC for qemu-devel@nongnu.org; Sun, 31 Aug 2003 14:30:21 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.22) id 19tWxf-00040a-La for qemu-devel@nongnu.org; Sun, 31 Aug 2003 14:30:05 -0400 Received: from [199.232.41.8] (helo=mx20.gnu.org) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.22) id 19tWxH-0003S5-Cx for qemu-devel@nongnu.org; Sun, 31 Aug 2003 14:29:39 -0400 Received: from [213.86.99.235] (helo=pentafluge.infradead.org) by mx20.gnu.org with esmtp (Exim 4.22) id 19tWx5-00010L-O7 for qemu-devel@nongnu.org; Sun, 31 Aug 2003 14:29:27 -0400 From: Benjamin Herrenschmidt In-Reply-To: References: Message-Id: <1062354494.32739.56.camel@gaston> Mime-Version: 1.0 Date: Sun, 31 Aug 2003 20:28:14 +0200 Subject: Re: [Qemu-devel] vl on PPC ? Content-Type: text/plain Content-Transfer-Encoding: 7bit Reply-To: qemu-devel@nongnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Mark Guertin Cc: "qemu devel nongnu.org" On Sun, 2003-08-31 at 19:23, Mark Guertin wrote: > That was exactly it, works beautifully now. In fact booted into the > provided 2.5 kernel and playing with some stuff right now. > > Is this generally safe to use (has the stuff Cort mentions in the comment > been taken care of)? It's safe on pmacs at least :) Some shitty embedded stuffs and PREP machines still play mapping tricks between 0x80000000 and 0xc0000000, though most of these are easily fixed. Ben.