From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sheng Yang Subject: Re: [Qemu-devel] [PATCH v2 0/2] Use kvm64/kvm32 when running under KVM Date: Thu, 26 Aug 2010 10:00:27 +0800 Message-ID: <201008261000.27522.sheng@linux.intel.com> References: <1280320944-5560-1-git-send-email-Jes.Sorensen@redhat.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Cc: Jes.Sorensen@redhat.com, kvm@vger.kernel.org, avi@redhat.com, Anthony Liguori To: qemu-devel@nongnu.org Return-path: Received: from mga02.intel.com ([134.134.136.20]:17081 "EHLO mga02.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751414Ab0HZCA2 (ORCPT ); Wed, 25 Aug 2010 22:00:28 -0400 In-Reply-To: <1280320944-5560-1-git-send-email-Jes.Sorensen@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: On Wednesday 28 July 2010 20:42:22 Jes.Sorensen@redhat.com wrote: > From: Jes Sorensen > > This set of patches adds default CPU types to the PC compat > definitions, and patch #2 sets the CPU type to kvm64/kvm32 when > running under KVM. > > Long term we might want to qdev'ify the CPUs but I think it is better > to keep it simple for 0.13. Looks good to me. Some Windows guest wouldn't enable MSI if it think the processor is too old. So we need this patchset. -- regards Yang, Sheng > Jes Sorensen (2): > Set a default CPU type for compat PC machine defs. > Use kvm32/kvm64 as default CPUs when running under KVM. > > hw/boards.h | 1 + > hw/pc.c | 13 +++++++++++-- > hw/pc_piix.c | 15 +++++++++++++++ > vl.c | 2 ++ > 4 files changed, 29 insertions(+), 2 deletions(-)