From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sheng Yang Subject: [PATCH 0/6 v2] Add support for RDTSCP in VMX Date: Fri, 18 Dec 2009 16:48:41 +0800 Message-ID: <1261126127-9603-1-git-send-email-sheng@linux.intel.com> Cc: kvm@vger.kernel.org To: Avi Kivity , Marcelo Tosatti Return-path: Received: from mga02.intel.com ([134.134.136.20]:40494 "EHLO mga02.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751197AbZLRIss (ORCPT ); Fri, 18 Dec 2009 03:48:48 -0500 Sender: kvm-owner@vger.kernel.org List-ID: -- 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(-)