From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Tosatti Subject: Re: [PATCH] kvm: Fix kvmclock documentation to match reality Date: Mon, 17 Sep 2012 14:10:26 -0300 Message-ID: <20120917171026.GC25815@amt.cnet> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: kvm@vger.kernel.org, Avi Kivity To: Stefan Fritsch Return-path: Received: from mx1.redhat.com ([209.132.183.28]:30679 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752328Ab2IQRKz (ORCPT ); Mon, 17 Sep 2012 13:10:55 -0400 Content-Disposition: inline In-Reply-To: Sender: kvm-owner@vger.kernel.org List-ID: On Sun, Sep 16, 2012 at 12:55:40PM +0200, Stefan Fritsch wrote: > Hi, > > I found the kvmclock documentation to be rather unhelpful. This > patch should fix it. > > Cheers, > Stefan > > Author: Stefan Fritsch > Date: Sun Sep 16 12:30:46 2012 +0200 > > kvm: Fix kvmclock documentation to match reality > > - mention that system time needs to be added to wallclock time > - positive tsc_shift means left shift, not right > - mention additional 32bit right shift > > Signed-off-by: Stefan Fritsch > > --- > Documentation/virtual/kvm/msr.txt | 32 ++++++++++++++++++++------------ > 1 file changed, 20 insertions(+), 12 deletions(-) Applied, thanks.