From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:48560) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SoDzv-0005qW-Nb for qemu-devel@nongnu.org; Mon, 09 Jul 2012 09:27:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SoDzp-0002IY-I1 for qemu-devel@nongnu.org; Mon, 09 Jul 2012 09:27:31 -0400 Received: from cantor2.suse.de ([195.135.220.15]:39106 helo=mx2.suse.de) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SoDzp-0002IF-Bs for qemu-devel@nongnu.org; Mon, 09 Jul 2012 09:27:25 -0400 From: Alexander Graf Date: Mon, 9 Jul 2012 14:11:36 +0200 Message-Id: <1341835899-3127-1-git-send-email-agraf@suse.de> Subject: [Qemu-devel] [PATCH v3 0/3] Add -cpu best support List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel qemu-devel Cc: Avi Kivity , Ryan Harper , Anthony Liguori , KVM list , =?utf-8?q?Andreas=20F=C3=A4rber?= [resend, forgot the v3, sorry] This patch set implements support for a sane default CPU type, that plays the middle ground between -cpu host (unmanagable test matrix) and -cpu qemu64 (breaks assumptions wrt family/model numbers). It also makes it the default for -M pc, so that users who don't specify a specific CPU type on the command line always get a fast, yet reliable CPU type chosen for them. For a detailed description, please see patch 1/3. Alexander Graf (3): KVM: Add new -cpu best KVM: Use -cpu best as default on x86 i386: KVM: List -cpu host and best in -cpu ? hw/pc_piix.c | 34 +++++++++++++++++----- target-i386/cpu.c | 79 +++++++++++++++++++++++++++++++++++++++++++++++++++-- 2 files changed, 102 insertions(+), 11 deletions(-)