From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53220) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W6GKb-00084d-Vl for qemu-devel@nongnu.org; Thu, 23 Jan 2014 04:12:22 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W6GKT-0004KS-I6 for qemu-devel@nongnu.org; Thu, 23 Jan 2014 04:12:13 -0500 Received: from mail-ee0-x232.google.com ([2a00:1450:4013:c00::232]:49347) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W6GKT-0004KL-9f for qemu-devel@nongnu.org; Thu, 23 Jan 2014 04:12:05 -0500 Received: by mail-ee0-f50.google.com with SMTP id d17so263647eek.37 for ; Thu, 23 Jan 2014 01:12:04 -0800 (PST) Sender: Paolo Bonzini Message-ID: <52E0DCDD.60405@redhat.com> Date: Thu, 23 Jan 2014 10:11:57 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <52CAEF54.7030901@suse.de> <52CB17D1.2060400@redhat.com> <20140107123417.GG10654@zion.uk.xensource.com> <52CC01F6.6050502@redhat.com> <20140121182745.GA23328@zion.uk.xensource.com> <52DF9B76.8060807@redhat.com> <20140122160940.GC24675@zion.uk.xensource.com> In-Reply-To: <20140122160940.GC24675@zion.uk.xensource.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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 22/01/2014 17:09, Wei Liu ha scritto: > On Wed, Jan 22, 2014 at 11:20:38AM +0100, Paolo Bonzini wrote: >> Il 21/01/2014 19:27, Wei Liu ha scritto: >>>>> >>>>> 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. :) >>>>> >>> Hi Paolo, any update? >> >> Oops, sorry, I thought I had sent that out. It's in the disable-tcg >> branch on my github repository. >> > > Unfortunately your branch didn't work when I enabled TCG support. If I > use "--disable-tcg" with configure then it works fine. Branch fixed. Paolo