From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43353) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W0Wm6-0006Dd-4Y for qemu-devel@nongnu.org; Tue, 07 Jan 2014 08:33:02 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W0Wlx-000366-Cc for qemu-devel@nongnu.org; Tue, 07 Jan 2014 08:32:54 -0500 Received: from mail-ee0-x22b.google.com ([2a00:1450:4013:c00::22b]:56522) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W0Wlx-00035s-68 for qemu-devel@nongnu.org; Tue, 07 Jan 2014 08:32:45 -0500 Received: by mail-ee0-f43.google.com with SMTP id c13so77177eek.2 for ; Tue, 07 Jan 2014 05:32:44 -0800 (PST) Sender: Paolo Bonzini Message-ID: <52CC01F6.6050502@redhat.com> Date: Tue, 07 Jan 2014 14:32:38 +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> <52CB17D1.2060400@redhat.com> <20140107123417.GG10654@zion.uk.xensource.com> In-Reply-To: <20140107123417.GG10654@zion.uk.xensource.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit 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: Wei Liu Cc: Peter Maydell , Stefano Stabellini , QEMU Developers , "xen-devel@lists.xen.org" , Frediano Ziglio , Anthony Liguori , =?ISO-8859-1?Q?Andreas_F=E4rber?= Il 07/01/2014 13:34, Wei Liu ha scritto: > On Mon, Jan 06, 2014 at 09:53:37PM +0100, Paolo Bonzini wrote: >> Il 06/01/2014 19:00, Andreas Färber ha scritto: >>> Am 06.01.2014 16:39, schrieb Anthony Liguori: >>>> We already have accel=xen. I'm echoing Peter's suggestion of having the >>>> ability to compile out accel=tcg. >>> >>> 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. >> > > Hi Paolo, I don't monitor qemu-devel on a daily basis. Do you have > reference to your patches? Thanks. Googling "disable tcg" would have provided an answer, but the patches were old enough to be basically useless. I'll refresh the current version in the next few days. Currently I am (or try to be) on vacation, so I cannot really say when, but I'll do my best. :) Paolo