From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:36942) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Td3bK-0003yr-HK for qemu-devel@nongnu.org; Mon, 26 Nov 2012 13:40:16 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Td3bH-000709-Qz for qemu-devel@nongnu.org; Mon, 26 Nov 2012 13:40:14 -0500 Received: from mail-pa0-f67.google.com ([209.85.220.67]:35857) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Td3bH-0006x5-3S for qemu-devel@nongnu.org; Mon, 26 Nov 2012 13:40:11 -0500 Received: by mail-pa0-f67.google.com with SMTP id fb11so4902505pad.10 for ; Mon, 26 Nov 2012 10:40:06 -0800 (PST) From: Will Auld Content-Type: text/plain; charset="UTF-8" Date: Mon, 26 Nov 2012 10:40:03 -0800 Message-ID: <1353955203.5725.5.camel@WillAuldHomeLinux> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] [PATCH V3 0/2] Resend - IA32_TSC_ADJUST support for KVM Reply-To: will.auld@intel.com List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel , Gleb , "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" Resending these as the mail seems to have not fully worked last Wed. Marcelo, I have addressed your comments for this patch set (V3), the following patch for QEMU-KVM and for adding a test case for tsc_adjust also to follow today. Thanks, Will 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 | 15 ++++++++++--- 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 | 28 ++++++++++++++++++------ arch/x86/kvm/vmx.c | 33 ++++++++++++++++++++++------ arch/x86/kvm/x86.c | 45 +++++++++++++++++++++++++++++++++------ arch/x86/kvm/x86.h | 2 +- 9 files changed, 112 insertions(+), 23 deletions(-) -- 1.8.0.rc0