From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Tosatti Subject: Re: [PATCH V2] Added tests for ia32_tsc_adjust funtionality. Date: Wed, 28 Nov 2012 20:13:40 -0200 Message-ID: <20121128221340.GC10039@amt.cnet> References: <1354138329.4651.2.camel@WillAuldHomeLinux> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: "kvm@vger.kernel.org" , "donald.d.dugger@intel.com" , "jinsong.liu@intel.com" , "xiantao.zhang@intel.com" , "avi@redhat.com" , Gleb To: will.auld@intel.com Return-path: Received: from mx1.redhat.com ([209.132.183.28]:29206 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755683Ab2K1WQf (ORCPT ); Wed, 28 Nov 2012 17:16:35 -0500 Content-Disposition: inline In-Reply-To: <1354138329.4651.2.camel@WillAuldHomeLinux> Sender: kvm-owner@vger.kernel.org List-ID: On Wed, Nov 28, 2012 at 01:32:09PM -0800, Will Auld wrote: > Added x86/tsc_adjust.c and updated x86/vmexit.c to include timing tests > for reading and writing the emulated IA32_TSC_ADJUST msr. > > Signed-off-by: Will Auld > --- > config-x86-common.mak | 5 ++++- > x86/tsc_adjust.c | 60 +++++++++++++++++++++++++++++++++++++++++++++++++++ > x86/vmexit.c | 13 +++++++++++ > 3 files changed, 77 insertions(+), 1 deletion(-) > create mode 100644 x86/tsc_adjust.c Applied, thanks.