From mboxrd@z Thu Jan 1 00:00:00 1970 From: Radim =?utf-8?B?S3LEjW3DocWZ?= Subject: Re: [PATCH kvm-unit-tests] arm64: timer: Use correct counter for !pending_before Date: Thu, 3 Aug 2017 15:09:25 +0200 Message-ID: <20170803130925.GB1015@flask> References: <20170803062545.17533-1-cdall@linaro.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: kvm@vger.kernel.org, kvmarm@lists.cs.columbia.edu, Andrew Jones , Paolo Bonzini , Marc Zyngier To: Christoffer Dall Return-path: Received: from mx1.redhat.com ([209.132.183.28]:59904 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751144AbdHCNJ3 (ORCPT ); Thu, 3 Aug 2017 09:09:29 -0400 Content-Disposition: inline In-Reply-To: <20170803062545.17533-1-cdall@linaro.org> Sender: kvm-owner@vger.kernel.org List-ID: 2017-08-03 08:25+0200, Christoffer Dall: > We were using the virtual counter to calculate a timer cval which is 10 > seconds in the future, but this obviously doesn't work for the physical > timer which is bases on the physical counter. > > Make sure we use a properly paired timer/counter pair. > > Reported-by: Andrew Jones > Signed-off-by: Christoffer Dall > --- Applied, thanks.