From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:40519) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R5Lh4-0007xq-7U for qemu-devel@nongnu.org; Sun, 18 Sep 2011 14:02:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1R5Lh2-0004lr-VL for qemu-devel@nongnu.org; Sun, 18 Sep 2011 14:02:18 -0400 Received: from mx1.redhat.com ([209.132.183.28]:18120) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R5Lh2-0004lf-K1 for qemu-devel@nongnu.org; Sun, 18 Sep 2011 14:02:16 -0400 Message-ID: <4E76321C.3030604@redhat.com> Date: Sun, 18 Sep 2011 21:02:04 +0300 From: Avi Kivity MIME-Version: 1.0 References: <4E74FC29.1050003@mail.berlios.de> In-Reply-To: <4E74FC29.1050003@mail.berlios.de> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 0/8] tcg/interpreter: Add TCG + interpreter for bytecode (virtual machine) List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Weil Cc: Blue Swirl , TeLeMan , Stuart Brady , QEMU Developers On 09/17/2011 10:59 PM, Stefan Weil wrote: > Hello, > > these patches add a new code generator (TCG target) to qemu. > > Unlike other tcg target code generators, this one does not generate > machine code for some cpu. It generates machine independent bytecode > which is interpreted later. That's why I called it TCI (tiny code > interpreter). > > I wrote most of the code two years ago and included feedback and > contributions from several QEMU developers, notably TeleMan, > Stuart Brady, Blue Swirl and Malc. See the history here: > http://lists.nongnu.org/archive/html/qemu-devel/2009-09/msg01710.html > > Since that time, I used TCI regularly, added small fixes and improvements > and rebased it to latest QEMU. Some versions were tested using > ARM (emulated and real), PowerPC (emulated) and MIPS (emulated) hosts, > but normally I run it on i386 and x86_64 hosts. > > I'd appreciate to see TCI in QEMU 1.0. Next: a gcc target of (and a port of Linux to) tci, so we can run guests with tcg disabled. -- error compiling committee.c: too many arguments to function