From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LoGer-0006iN-T3 for qemu-devel@nongnu.org; Mon, 30 Mar 2009 08:32:05 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LoGeq-0006gr-Ah for qemu-devel@nongnu.org; Mon, 30 Mar 2009 08:32:04 -0400 Received: from [199.232.76.173] (port=38446 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LoGeq-0006gf-3z for qemu-devel@nongnu.org; Mon, 30 Mar 2009 08:32:04 -0400 Received: from lechat.rtp-net.org ([88.191.19.38]:38603) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LoGep-0003SR-PD for qemu-devel@nongnu.org; Mon, 30 Mar 2009 08:32:03 -0400 Received: from lechat.rtp-net.org (localhost [127.0.0.1]) by lechat.rtp-net.org (Postfix) with ESMTP id 7FBA510089 for ; Mon, 30 Mar 2009 14:32:21 +0200 (CEST) From: Arnaud Patard (Rtp) Subject: Re: [Qemu-devel] qemu-mips host References: <180e2c240903251952n106d6f6es86405e28f8cc5f90@mail.gmail.com> <87k56c1uza.fsf@lechat.rtp-net.org> Date: Mon, 30 Mar 2009 14:32:21 +0200 In-Reply-To: <87k56c1uza.fsf@lechat.rtp-net.org> (Arnaud Patard's message of "Thu\, 26 Mar 2009 10\:42\:01 +0100") Message-ID: <87zlf3yywa.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 Arnaud Patard (Rtp) writes: Hi, [ replying to self /o\ ] > 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. For people interested in mips host support, I've started to upload my code at http://git.rtp-net.org/?p=qemu.git;a=summary and git://git.rtp-net.org/qemu.git. I insist that it's work in progress and that I've not yet committed all changes. Arnaud