From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=53956 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OCHGh-0002cv-Rz for qemu-devel@nongnu.org; Wed, 12 May 2010 15:06:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OCHGd-0003E0-Hb for qemu-devel@nongnu.org; Wed, 12 May 2010 15:06:53 -0400 Received: from moutng.kundenserver.de ([212.227.17.9]:50859) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OCHGc-0003DY-R7 for qemu-devel@nongnu.org; Wed, 12 May 2010 15:06:51 -0400 Received: from localhost ([127.0.0.1] ident=stefan) by flocke.weilnetz.de with esmtp (Exim 4.71) (envelope-from ) id 1OCHGa-0002Tg-AF for qemu-devel@nongnu.org; Wed, 12 May 2010 21:06:48 +0200 Message-ID: <4BEAFC48.6020801@mail.berlios.de> Date: Wed, 12 May 2010 21:06:48 +0200 From: Stefan Weil MIME-Version: 1.0 Subject: Re: [Qemu-devel] [RFC] tcg/interpreter: Add TCG + interpreter for bytecode (virtual machine) References: <4AC0E93A.6010605@mail.berlios.de> In-Reply-To: <4AC0E93A.6010605@mail.berlios.de> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: QEMU Developers Am 28.09.2009 18:50, schrieb Stefan Weil: > Hello > > The patch following this mail adds a new code generator > to qemu. It includes a README file with more details. > > Comments and contributions to complete it are welcome. > > Regards > Stefan Weil Hello, The latest version of the TCG interpreter ("TCI") runs QEMU system emulation booting 32 or 64 bit x86 or mips linux on 32 or 64 bit x86 hosts. x86 bios boot also works on arm hosts (real hardware) and mips hosts (qemu malta emulation). Compilation was tested for powerpc host, too. The code is available from http://repo.or.cz/w/qemu/ar7.git, see also http://repo.or.cz/w/qemu/ar7.git/blob_plain/master:/tcg/bytecode/README Of course I can also send patches to the list if people want integration in qemu master. I am still looking for new test environments, especially hosts which are still unsupported by qemu. Regards Stefan Weil