public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Use host cpuid facilities
@ 2010-10-24 13:38 Avi Kivity
  2010-10-24 13:38 ` [PATCH 1/2] KVM: SVM: Replace svm_has() by standard Linux cpuid accessors Avi Kivity
  2010-10-24 13:38 ` [PATCH 2/2] KVM: Mask KVM_GET_SUPPORTED_CPUID data with Linux cpuid info Avi Kivity
  0 siblings, 2 replies; 5+ messages in thread
From: Avi Kivity @ 2010-10-24 13:38 UTC (permalink / raw)
  To: Marcelo Tosatti, kvm

Use the host's cpuid facilities to see if features are supporte.  This
allows the clearcpuid boot parameter to work, and allows Linux to disable
nx if it is not enabled on all cpus.

Avi Kivity (2):
  KVM: SVM: Replace svm_has() by standard Linux cpuid accessors
  KVM: Mask KVM_GET_SUPPORTED_CPUID data with Linux cpuid info

 arch/x86/kvm/svm.c |   15 +++++----------
 arch/x86/kvm/x86.c |    9 +++++++++
 2 files changed, 14 insertions(+), 10 deletions(-)

-- 
1.7.3.1


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2010-11-09 14:08 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-24 13:38 [PATCH 0/2] Use host cpuid facilities Avi Kivity
2010-10-24 13:38 ` [PATCH 1/2] KVM: SVM: Replace svm_has() by standard Linux cpuid accessors Avi Kivity
2010-10-24 13:38 ` [PATCH 2/2] KVM: Mask KVM_GET_SUPPORTED_CPUID data with Linux cpuid info Avi Kivity
2010-11-01 15:58   ` Marcelo Tosatti
2010-11-09 14:08     ` Avi Kivity

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox