All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] KVM: vmx: Supporting IA32_MISC_ENABLE MSR
@ 2014-08-20 13:58 Nadav Amit
  2014-08-20 13:58 ` [PATCH 1/2] KVM: x86: update cpuid according to IA32_MISC_ENABLE Nadav Amit
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Nadav Amit @ 2014-08-20 13:58 UTC (permalink / raw)
  To: pbonzini; +Cc: joro, kvm, nadav.amit, Nadav Amit

IA32_MISC_ENABLE MSR has several bits that affect the behavior of the CPU and
are visible to the guest.  This patch-set makes the vCPU to behave correctly in
respect to: Fast string enable, FPU Fopcode compatibilty mode, limit CPUID
max-val and XD-bit disable.

Thanks for reviewing the patch.

Nadav Amit (2):
  KVM: x86: update cpuid according to IA32_MISC_ENABLE
  KVM: vmx: Reflect misc_enables in real CPU

 arch/x86/include/asm/kvm_host.h |  1 +
 arch/x86/kvm/cpuid.c            | 20 +++++++++++++
 arch/x86/kvm/svm.c              |  7 +++++
 arch/x86/kvm/vmx.c              | 64 +++++++++++++++++++++++++++++++++++++++--
 arch/x86/kvm/x86.c              |  2 +-
 5 files changed, 91 insertions(+), 3 deletions(-)

-- 
1.9.1


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

end of thread, other threads:[~2014-08-21 12:29 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-08-20 13:58 [PATCH 0/2] KVM: vmx: Supporting IA32_MISC_ENABLE MSR Nadav Amit
2014-08-20 13:58 ` [PATCH 1/2] KVM: x86: update cpuid according to IA32_MISC_ENABLE Nadav Amit
2014-08-20 13:58 ` [PATCH 2/2] KVM: vmx: Reflect misc_enables in real CPU Nadav Amit
2014-08-21 11:51   ` Paolo Bonzini
2014-08-21 12:28     ` Nadav Amit
2014-08-20 14:00 ` [PATCH] x86: Test debug exceptions with disabled fast-string Nadav Amit

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.