From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoffer Dall Subject: Re: [PATCH] KVM: arm/arm64: Output Guest cntvoff value Date: Mon, 4 Jan 2016 15:23:21 +0100 Message-ID: <20160104142321.GB28354@cbox> References: <1451674709-31074-1-git-send-email-amittomer25@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from localhost (localhost [127.0.0.1]) by mm01.cs.columbia.edu (Postfix) with ESMTP id C5E1849852 for ; Mon, 4 Jan 2016 09:19:21 -0500 (EST) Received: from mm01.cs.columbia.edu ([127.0.0.1]) by localhost (mm01.cs.columbia.edu [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Q8MFoBmKShON for ; Mon, 4 Jan 2016 09:19:21 -0500 (EST) Received: from mail-wm0-f46.google.com (mail-wm0-f46.google.com [74.125.82.46]) by mm01.cs.columbia.edu (Postfix) with ESMTPS id D9C80496F5 for ; Mon, 4 Jan 2016 09:19:20 -0500 (EST) Received: by mail-wm0-f46.google.com with SMTP id f206so174864316wmf.0 for ; Mon, 04 Jan 2016 06:22:53 -0800 (PST) Content-Disposition: inline In-Reply-To: <1451674709-31074-1-git-send-email-amittomer25@gmail.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: kvmarm-bounces@lists.cs.columbia.edu Sender: kvmarm-bounces@lists.cs.columbia.edu To: amittomer25@gmail.com Cc: marc.zyngier@arm.com, andre.przywara@arm.com, kvmarm@lists.cs.columbia.edu List-Id: kvmarm@lists.cs.columbia.edu On Sat, Jan 02, 2016 at 12:28:29AM +0530, amittomer25@gmail.com wrote: > From: Amit Tomar > > This provides an easy access to guest's CVTVOFF value, somewhat > similar to how x86 outputs TSC offset value. > > Signed-off-by: Amit Singh Tomar Out of curiosity, what is the value of having this? Thanks, -Christoffer