From mboxrd@z Thu Jan 1 00:00:00 1970 From: Will Auld Subject: [PATCH V6 0/2] Enable guest use of TSC_ADJUST functionality Date: Thu, 29 Nov 2012 12:41:19 -0800 Message-ID: <1354221679.11027.4.camel@WillAuldHomeLinux> Reply-To: will.auld@intel.com Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit To: "mtosatti@redhat.com" , "kvm@vger.kernel.org" , "donald.d.dugger@intel.com" , "jinsong.liu@intel.com" , "xiantao.zhang@intel.com" , "will.auld@intel.com" , "avi@redhat.com" , Gleb Return-path: Received: from mail-da0-f46.google.com ([209.85.210.46]:50202 "EHLO mail-da0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753074Ab2K2UlX (ORCPT ); Thu, 29 Nov 2012 15:41:23 -0500 Received: by mail-da0-f46.google.com with SMTP id p5so5421680dak.19 for ; Thu, 29 Nov 2012 12:41:22 -0800 (PST) Sender: kvm-owner@vger.kernel.org List-ID: I have re-based this patch set version (V6) to kvm.git's queue branch. Will Auld (2): Add code to track call origin for msr assignment. Enabling IA32_TSC_ADJUST for KVM guest VM support arch/x86/include/asm/cpufeature.h | 1 + arch/x86/include/asm/kvm_host.h | 14 ++++++++--- arch/x86/include/asm/msr-index.h | 1 + arch/x86/kvm/cpuid.c | 2 ++ arch/x86/kvm/cpuid.h | 8 ++++++ arch/x86/kvm/svm.c | 22 ++++++++++++++--- arch/x86/kvm/vmx.c | 27 +++++++++++++++----- arch/x86/kvm/x86.c | 52 +++++++++++++++++++++++++++++++++------ arch/x86/kvm/x86.h | 2 +- 9 files changed, 108 insertions(+), 21 deletions(-) -- 1.8.0.rc0