Re: [Qemu-devel] [PATCH v2 0/2] Use kvm64/kvm32 when running under KVM

2010-08-25 Thread Sheng Yang
On Wednesday 28 July 2010 20:42:22 jes.soren...@redhat.com wrote:
 From: Jes Sorensen jes.soren...@redhat.com
 
 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(-)
--
To unsubscribe from this list: send the line unsubscribe kvm in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [Qemu-devel] [PATCH v2 0/2] Use kvm64/kvm32 when running under KVM

2010-07-28 Thread Markus Armbruster
jes.soren...@redhat.com writes:

 From: Jes Sorensen jes.soren...@redhat.com

 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.

Makes sense to me.
--
To unsubscribe from this list: send the line unsubscribe kvm in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html