From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NiwYa-00075h-RO for qemu-devel@nongnu.org; Sat, 20 Feb 2010 16:08:08 -0500 Received: from [199.232.76.173] (port=38812 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NiwYa-00075Z-IP for qemu-devel@nongnu.org; Sat, 20 Feb 2010 16:08:08 -0500 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1NiwYZ-0005xH-2d for qemu-devel@nongnu.org; Sat, 20 Feb 2010 16:08:08 -0500 Received: from mtaout01-winn.ispmail.ntl.com ([81.103.221.47]:21929) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NiwYU-0005vd-4n for qemu-devel@nongnu.org; Sat, 20 Feb 2010 16:08:06 -0500 Received: from aamtaout01-winn.ispmail.ntl.com ([81.103.221.35]) by mtaout01-winn.ispmail.ntl.com (InterMail vM.7.08.04.00 201-2186-134-20080326) with ESMTP id <20100220210758.NOSI4204.mtaout01-winn.ispmail.ntl.com@aamtaout01-winn.ispmail.ntl.com> for ; Sat, 20 Feb 2010 21:07:58 +0000 Received: from miranda.arrow ([213.107.24.213]) by aamtaout01-winn.ispmail.ntl.com (InterMail vG.2.02.00.01 201-2161-120-102-20060912) with ESMTP id <20100220210757.PFYF13254.aamtaout01-winn.ispmail.ntl.com@miranda.arrow> for ; Sat, 20 Feb 2010 21:07:57 +0000 Received: from sdb by miranda.arrow with local (Exim 4.63) (envelope-from ) id 1NiwYN-00084t-1w for qemu-devel@nongnu.org; Sat, 20 Feb 2010 21:07:55 +0000 Date: Sat, 20 Feb 2010 21:07:54 +0000 From: Stuart Brady Subject: Re: [Qemu-devel] [PATCH 0/3] Get tcg-hppa working Message-ID: <20100220210754.GA31010@miranda.arrow> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Reply-To: Stuart Brady , qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org On Sat, Feb 20, 2010 at 11:47:52AM -0800, Richard Henderson wrote: > Tested on debian/parisc (pa8600, 32-bit), and is good enough to run > the linux-user-test-0.3 binaries for arm, armeb, i386, mips, mipsel, > sh4, and sh4eb. It still fails for ppc and sparc userland; that'll > take more debugging. > > I had a go at sparc-test-0.2, since that's the only one that reliably > works for me on x86_64 with -nographics, but there seems to be some > sort of signalling problem. The trace makes it into the idle loop > and never makes it out again. Nice! The qemu_ld / qemu_st cleanup strikes me as something that would be appropriate for some other TCG targets too, once this has been applied. The first thing that I do when I find the time will be to get TCI working fully on 32-bit archs... then I'll see what I can do to try to track down the remaining issues. Cheers, -- Stuart Brady