public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6 v2] Add support for RDTSCP in VMX
@ 2009-12-18  8:48 Sheng Yang
  2009-12-18  8:48 ` [PATCH 1/6] KVM: VMX: Remove redundant variable Sheng Yang
                   ` (6 more replies)
  0 siblings, 7 replies; 12+ messages in thread
From: Sheng Yang @ 2009-12-18  8:48 UTC (permalink / raw)
  To: Avi Kivity, Marcelo Tosatti; +Cc: kvm

--
regards
Yang, Sheng

 arch/x86/include/asm/kvm_host.h  |    2 +
 arch/x86/include/asm/msr-index.h |    1 +
 arch/x86/include/asm/msr.h       |    4 +-
 arch/x86/include/asm/vmx.h       |    1 +
 arch/x86/kernel/vsyscall_64.c    |    3 +-
 arch/x86/kvm/svm.c               |   13 +++++++
 arch/x86/kvm/vmx.c               |   68 +++++++++++++++++++++++++++++++++++---
 arch/x86/kvm/x86.c               |   61 +++++++++++++++++++++-------------
 8 files changed, 122 insertions(+), 31 deletions(-)


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

end of thread, other threads:[~2009-12-23 13:44 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-12-18  8:48 [PATCH 0/6 v2] Add support for RDTSCP in VMX Sheng Yang
2009-12-18  8:48 ` [PATCH 1/6] KVM: VMX: Remove redundant variable Sheng Yang
2009-12-18  8:48 ` [PATCH 2/6] x86: Add IA32_TSC_AUX MSR Sheng Yang
2009-12-18  8:48 ` [PATCH 3/6] KVM: Extended shared_msr_global to per CPU Sheng Yang
2009-12-18  8:48 ` [PATCH 4/6] x86: Raise vsyscall priority on hotplug notifier chain Sheng Yang
2009-12-18  8:48 ` [PATCH 5/6] KVM: Add cpuid_update() callback to kvm_x86_ops Sheng Yang
2009-12-18  8:48 ` [PATCH 6/6] KVM: VMX: Add instruction rdtscp support for guest Sheng Yang
2009-12-20  9:30 ` [PATCH 0/6 v2] Add support for RDTSCP in VMX Avi Kivity
2009-12-22 17:26   ` Marcelo Tosatti
2009-12-22 18:26     ` Avi Kivity
2009-12-23 13:37       ` Marcelo Tosatti
2009-12-23 13:44         ` Avi Kivity

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