From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Tosatti Subject: Re: [PATCH master+STABLE-0.15] Fix default accelerator when configured with --disable-kvm Date: Fri, 5 Aug 2011 14:10:56 -0300 Message-ID: <20110805171056.GA19988@amt.cnet> References: <1312534229-15368-1-git-send-email-berrange@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: kvm@vger.kernel.org, avi@redhat.com To: "Daniel P. Berrange" Return-path: Received: from mx1.redhat.com ([209.132.183.28]:9561 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751428Ab1HERLC (ORCPT ); Fri, 5 Aug 2011 13:11:02 -0400 Received: from int-mx12.intmail.prod.int.phx2.redhat.com (int-mx12.intmail.prod.int.phx2.redhat.com [10.5.11.25]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id p75HB2aX017359 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Fri, 5 Aug 2011 13:11:02 -0400 Content-Disposition: inline In-Reply-To: <1312534229-15368-1-git-send-email-berrange@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: On Fri, Aug 05, 2011 at 09:50:29AM +0100, Daniel P. Berrange wrote: > From: "Daniel P. Berrange" > > The default accelerator is hardcoded to 'kvm'. This is a fine > default for qemu-kvm normally, but if the user built with > ./configure --disable-kvm, then the resulting binaries will > not work by default > > * vl.c: Default to 'tcg' unless CONFIG_KVM is defined > > Signed-off-by: Daniel P. Berrange Applied, thanks.