From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:33222) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Slhax-000391-Pv for qemu-devel@nongnu.org; Mon, 02 Jul 2012 10:27:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Slhap-0001rU-HH for qemu-devel@nongnu.org; Mon, 02 Jul 2012 10:27:19 -0400 Received: from mx1.redhat.com ([209.132.183.28]:22973) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Slhap-0001rJ-9F for qemu-devel@nongnu.org; Mon, 02 Jul 2012 10:27:11 -0400 Message-ID: <4FF1AFB8.3090904@redhat.com> Date: Mon, 02 Jul 2012 17:27:04 +0300 From: Avi Kivity MIME-Version: 1.0 References: <1340728795-4379-1-git-send-email-agraf@suse.de> <1340728795-4379-2-git-send-email-agraf@suse.de> In-Reply-To: <1340728795-4379-2-git-send-email-agraf@suse.de> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2 2/3] KVM: Use -cpu best as default on x86 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alexander Graf Cc: Anthony Liguori , Ryan Harper , qemu-devel qemu-devel , KVM list On 06/26/2012 07:39 PM, Alexander Graf wrote: > When running QEMU without -cpu parameter, the user usually wants a sane > default. So far, we're using the qemu64/qemu32 CPU type, which basically > means "the maximum TCG can emulate". > > That's a really good default when using TCG, but when running with KVM > we much rather want a default saying "the maximum performance I can get". > > Fortunately we just added an option that gives us the best performance > while still staying safe on the testability side of things: -cpu best. > So all we need to do is make -cpu best the default when the user doesn't > explicitly specify a CPU type. > > This fixes a lot of subtile breakage in the GNU toolchain (libgmp) which subtle > hicks up on QEMU's non-existent CPU models. > > This patch also adds a new pc-1.2 machine type to stay backwards compatible > with older versions of QEMU. -- error compiling committee.c: too many arguments to function