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(-) -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html