From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39130) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W0HCP-0006Sg-75 for qemu-devel@nongnu.org; Mon, 06 Jan 2014 15:55:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W0HCJ-0005r7-6v for qemu-devel@nongnu.org; Mon, 06 Jan 2014 15:55:01 -0500 Received: from mx1.redhat.com ([209.132.183.28]:58946) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W0HCI-0005qw-UZ for qemu-devel@nongnu.org; Mon, 06 Jan 2014 15:54:55 -0500 Message-ID: <52CB17D1.2060400@redhat.com> Date: Mon, 06 Jan 2014 21:53:37 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <20140106125410.GD3119@zion.uk.xensource.com> <1389014715.19378.8.camel@hamster.uk.xensource.com> <52CAEF54.7030901@suse.de> In-Reply-To: <52CAEF54.7030901@suse.de> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [Xen-devel] Project idea: make QEMU more flexible List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?ISO-8859-1?Q?Andreas_F=E4rber?= Cc: Peter Maydell , Wei Liu , Stefano Stabellini , QEMU Developers , "xen-devel@lists.xen.org" , Frediano Ziglio , Anthony Liguori Il 06/01/2014 19:00, Andreas F=E4rber ha scritto: > Am 06.01.2014 16:39, schrieb Anthony Liguori: >> We already have accel=3Dxen. I'm echoing Peter's suggestion of having= the >> ability to compile out accel=3Dtcg. >=20 > Didn't you and Paolo even have patches for that a while ago? Yes, but some code shuffling is required in each target to make sure you can compile out translate-all.c, cputlb.c, etc. So my patches only worked for x86 at the time. Paolo