From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59018) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WkLY0-0002pP-Tk for qemu-devel@nongnu.org; Tue, 13 May 2014 18:51:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WkLXr-0002Np-98 for qemu-devel@nongnu.org; Tue, 13 May 2014 18:51:44 -0400 Received: from mail-qg0-x232.google.com ([2607:f8b0:400d:c04::232]:46877) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WkLXr-0002Ng-42 for qemu-devel@nongnu.org; Tue, 13 May 2014 18:51:35 -0400 Received: by mail-qg0-f50.google.com with SMTP id z60so1529187qgd.9 for ; Tue, 13 May 2014 15:51:34 -0700 (PDT) Sender: Richard Henderson Message-ID: <5372A1ED.6010600@twiddle.net> Date: Tue, 13 May 2014 15:51:25 -0700 From: Richard Henderson MIME-Version: 1.0 References: <1400016125-4869-1-git-send-email-rth@twiddle.net> <5372942E.2060901@twiddle.net> In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 0/3] tci rewrite List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: Stefan Weil , QEMU Developers On 05/13/2014 03:12 PM, Peter Maydell wrote: > Hosts we care about enough to want to run QEMU really slowly > but not enough to write a TCG backend for? A fair point. I suppose we should port the x86 backend to win64 at some point... > I think possibly also some people read the configure help > and don't realise that --enable-tcg-interpreter actually means > --disable-sensible-tcg-backend... Ah, yeah, there's that. If we decide to keep tci, perhaps we should rename the option to --disable-tcg-native? r~