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 19VoXB-0003OG-DO for qemu-devel@nongnu.org; Fri, 27 Jun 2003 04:24:41 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.20) id 19VoWQ-0002TB-Uz for qemu-devel@nongnu.org; Fri, 27 Jun 2003 04:23:56 -0400 Received: from amarseille-201-1-1-128.w193-252.abo.wanadoo.fr ([193.252.38.128] helo=gaston) by monty-python.gnu.org with esmtp (Exim 4.20) id 19VoRb-0008Sn-11 for qemu-devel@nongnu.org; Fri, 27 Jun 2003 04:18:55 -0400 Received: from benh by gaston with local (Exim 3.36 #1 (Debian)) id 19VoRY-00005N-00 for ; Fri, 27 Jun 2003 10:18:52 +0200 Subject: Re: [Qemu-devel] Misc patches for qemu From: Benjamin Herrenschmidt In-Reply-To: <1056659914.4967.787.camel@jma1.dev.netgem.com> References: <1056485922.4948.688.camel@jma1.dev.netgem.com> <20030626155856.084b5ff0.jrydberg@night.trouble.net> <1056659914.4967.787.camel@jma1.dev.netgem.com> Content-Type: text/plain Content-Transfer-Encoding: 7bit Message-Id: <1056701931.32105.14.camel@gaston> Mime-Version: 1.0 Date: 27 Jun 2003 10:18:52 +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 > > When can we expect the PPC target? > > Well I hope in a few days, maybe next week: > I got all basic arithmetic and logical opcodes OK, > getting no differences between a real PPC and qemu. > But "real" programs like bash still crash after > a few thousands of instructions... > > .../... It would be interesting to work out a way to use the PPC emulation to get the MacOnLinux virtual machine to run on non-PPC hardware :) That would allow basically to run MacOS 9 and X on any machine... I know Samuel already did some endian-fixing work for this and is currently mostly lacking the actual CPU emulation. Ben.