From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JSI0t-00009f-8r for qemu-devel@nongnu.org; Thu, 21 Feb 2008 15:27:27 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JSI0r-00009E-8c for qemu-devel@nongnu.org; Thu, 21 Feb 2008 15:27:26 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JSI0r-000098-3l for qemu-devel@nongnu.org; Thu, 21 Feb 2008 15:27:25 -0500 Received: from mail.codesourcery.com ([65.74.133.4]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1JSI0q-0003Pd-JE for qemu-devel@nongnu.org; Thu, 21 Feb 2008 15:27:24 -0500 From: Paul Brook Subject: Re: [Qemu-devel] TCG code in qemu has broken PPC host support .... anyone working on this? Date: Thu, 21 Feb 2008 20:27:17 +0000 References: <1203622986.6606.5.camel@thinkpad.austin.ibm.com> In-Reply-To: <1203622986.6606.5.camel@thinkpad.austin.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200802212027.18977.paul@codesourcery.com> Reply-To: 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, jyoung5@us.ibm.com Cc: kvm-ppc-devel , Jocelyn Mayer On Thursday 21 February 2008, Jerone Young wrote: > The recent TCG code to replace dyngen code in qemu cvs has broken > PowerPC host support (or from what is appears...anyone else who is not > x86 or x86-64). Is anyone working to fix this ? Is there a plan to fix > all the other hosts? As far as plans go, I expect they'll get fixed when someone implements them. Someone posed (incomplete) sparc host support fairly recently. Your best bet is probably just to follow this list, and post here when you start working on a particular target. Paul