From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KrcK9-0008Dj-AY for qemu-devel@nongnu.org; Sun, 19 Oct 2008 13:44:17 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KrcK7-0008Ch-To for qemu-devel@nongnu.org; Sun, 19 Oct 2008 13:44:17 -0400 Received: from [199.232.76.173] (port=53241 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KrcK7-0008CW-Qy for qemu-devel@nongnu.org; Sun, 19 Oct 2008 13:44:15 -0400 Received: from relay01.mx.bawue.net ([193.7.176.67]:47675) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KrcK7-0004xR-F1 for qemu-devel@nongnu.org; Sun, 19 Oct 2008 13:44:15 -0400 Date: Sun, 19 Oct 2008 19:44:11 +0200 From: Thiemo Seufer Subject: Re: [Qemu-devel] tcg problem running SPARC program on x86 Message-ID: <20081019174411.GA10489@networkno.de> References: <4df4ef0c0810180516u2a1e2eccr2de61663b460edb2@mail.gmail.com> <8CB001D82773607-9B4-176D@WEBMAIL-MY02.sysops.aol.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <8CB001D82773607-9B4-176D@WEBMAIL-MY02.sysops.aol.com> Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: rob1weld@aol.com Cc: qemu-devel@nongnu.org rob1weld@aol.com wrote: > Thanks for that, Anton. > > > I did a diff of those two versions: > # svn diff -r 5252:5253 svn://svn.sv.gnu.org/qemu/trunk > > and indeed "target-mips/translate.c" was the only file changed. I am not > as familiar with the Qemu code as I would > like to be; nothing struck me as 'obvious' (other than that there were > more than a few changes between those two revisions) ... FYI, I don't see this problem on a Linux/ppc host. It appears to be limited to the x86 and x86_64 TCG implementation. Thiemo