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 19Vdpw-0006qT-Vq for qemu-devel@nongnu.org; Thu, 26 Jun 2003 16:59:20 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.20) id 19VddA-0003Wv-Ut for qemu-devel@nongnu.org; Thu, 26 Jun 2003 16:46:11 -0400 Received: from gw.netgem.com ([195.68.2.34] helo=gw.dev.netgem.com) by monty-python.gnu.org with esmtp (Exim 4.20) id 19VdSe-0000tl-Ue for qemu-devel@nongnu.org; Thu, 26 Jun 2003 16:35:17 -0400 Received: from jma1.dev.netgem.com ([172.17.17.138] ident=jma) by gw.dev.netgem.com with esmtp (Exim 3.12 #1 (Debian)) id 19VdSy-0005VO-00 for ; Thu, 26 Jun 2003 22:35:36 +0200 Subject: Re: [Qemu-devel] Misc patches for qemu From: Jocelyn Mayer In-Reply-To: <20030626155856.084b5ff0.jrydberg@night.trouble.net> References: <1056485922.4948.688.camel@jma1.dev.netgem.com> <20030626155856.084b5ff0.jrydberg@night.trouble.net> Content-Type: text/plain Message-Id: <1056659914.4967.787.camel@jma1.dev.netgem.com> Mime-Version: 1.0 Date: 26 Jun 2003 22:38:35 +0200 Content-Transfer-Encoding: 7bit Reply-To: qemu-devel@nongnu.org List-Id: List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , To: qemu mailing list On Thu, 2003-06-26 at 15:58, Johan Rydberg wrote: > Jocelyn Mayer wrote: > > : Here's a set of patches that fix some target emulation portability > : problems in qemu: > > 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... I need to do more tests on instructions using immediate values, load/store (especially multiple and strings ones) and it should be quite usable for simple programs using no floats or special stuffs like time synchronisation using tbl/tbu registers. For now, I'm just trying to emulate a PPC purely based on the 32 bits PPC specification but I will extend it after to emulate real ones. I would also like to emulate 64 bits PPC, for fun... -- Jocelyn Mayer