From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.20) id 19VvUc-0007Tl-1u for qemu-devel@nongnu.org; Fri, 27 Jun 2003 11:50:30 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.20) id 19VvUS-0007HJ-Pd for qemu-devel@nongnu.org; Fri, 27 Jun 2003 11:50:23 -0400 Received: from amarseille-201-1-6-23.w80-11.abo.wanadoo.fr ([80.11.137.23] helo=gaston) by monty-python.gnu.org with esmtp (Exim 4.20) id 19VvTD-0006QE-Tl for qemu-devel@nongnu.org; Fri, 27 Jun 2003 11:49:04 -0400 Received: from benh by gaston with local (Exim 3.36 #1 (Debian)) id 19VvTB-0003VT-00 for ; Fri, 27 Jun 2003 17:49:01 +0200 Subject: Re: [Qemu-devel] Misc patches for qemu From: Benjamin Herrenschmidt In-Reply-To: <1056727770.32104.70.camel@gaston> References: <1056485922.4948.688.camel@jma1.dev.netgem.com> <20030626155856.084b5ff0.jrydberg@night.trouble.net> <1056659914.4967.787.camel@jma1.dev.netgem.com> <1056701931.32105.14.camel@gaston> <1056722122.4948.866.camel@jma1.dev.netgem.com> <1056727770.32104.70.camel@gaston> Content-Type: text/plain Content-Transfer-Encoding: 7bit Message-Id: <1056728940.32104.78.camel@gaston> Mime-Version: 1.0 Date: 27 Jun 2003 17:49:00 +0200 Sender: Benjamin Herrenschmidt Reply-To: qemu-devel@nongnu.org List-Id: List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , To: qemu-devel@nongnu.org On Fri, 2003-06-27 at 17:29, Benjamin Herrenschmidt wrote: > As far as MOL is concerned, you don't want to "run it" within qemu/ppc, > but rather intergrate the CPU emulation inside of MOL. You can't just > "run" MOL like a normal program on PPC, it relies on a kernel module > doing the MMU virtualization among others, and you probably want to > avoid that when hosted on non-x86. But you'd have to talk to Samuel > about that Of course, I meant "when hosted on non-PPC" Ben.