From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Lmlib-0004Ad-T8 for qemu-devel@nongnu.org; Thu, 26 Mar 2009 05:17:45 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LmliZ-00048Y-De for qemu-devel@nongnu.org; Thu, 26 Mar 2009 05:17:44 -0400 Received: from [199.232.76.173] (port=36612 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LmliZ-00048V-4o for qemu-devel@nongnu.org; Thu, 26 Mar 2009 05:17:43 -0400 Received: from mx20.gnu.org ([199.232.41.8]:18495) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LmliY-0002Ip-Qw for qemu-devel@nongnu.org; Thu, 26 Mar 2009 05:17:42 -0400 Received: from lechat.rtp-net.org ([88.191.19.38]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LmliW-0003z4-KE for qemu-devel@nongnu.org; Thu, 26 Mar 2009 05:17:40 -0400 Received: from lechat.rtp-net.org (localhost [127.0.0.1]) by lechat.rtp-net.org (Postfix) with ESMTP id DFB8B1007B for ; Thu, 26 Mar 2009 10:42:01 +0100 (CET) From: Arnaud Patard (Rtp) Subject: Re: [Qemu-devel] qemu-mips host References: <180e2c240903251952n106d6f6es86405e28f8cc5f90@mail.gmail.com> Date: Thu, 26 Mar 2009 10:42:01 +0100 In-Reply-To: <180e2c240903251952n106d6f6es86405e28f8cc5f90@mail.gmail.com> (yajin zhou's message of "Thu\, 26 Mar 2009 10\:52\:19 +0800") Message-ID: <87k56c1uza.fsf@lechat.rtp-net.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii 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 yajin zhou writes: > Hi all, Hi, > > I want to know whether the latest version of qemu supports MIPS host, or TCG > supports MIPS target? I find no mips stuff on tcg directory. Thanks. TCG doesn't support mips but I'm working on that, even if I didn't had time to look at it recently (this include cleaning the code and putting it online sorry). I'm using a o32 system and testing linux-user stuff so if you're using n32 or 64 abi or want system emulation, it will need some extra work. Arnaud