Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752418AbcDFR0G (ORCPT ); Wed, 6 Apr 2016 13:26:06 -0400 Received: from mail-wm0-f51.google.com ([74.125.82.51]:34781 "EHLO mail-wm0-f51.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751314AbcDFR0D (ORCPT ); Wed, 6 Apr 2016 13:26:03 -0400 Date: Wed, 6 Apr 2016 19:26:06 +0200 From: Christoffer Dall To: Julien Grall Cc: kvmarm@lists.cs.columbia.edu, marc.zyngier@arm.com, fu.wei@linaro.org, kvm@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, wei@redhat.com, al.stone@linaro.org, gg@slimlogic.co.uk, Daniel Lezcano , Thomas Gleixner Subject: Re: [PATCH v5 1/9] clocksource: arm_arch_timer: Gather KVM specific information in a structure Message-ID: <20160406172606.GG8961@cbox> References: <1459769860-6629-1-git-send-email-julien.grall@arm.com> <1459769860-6629-2-git-send-email-julien.grall@arm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1459769860-6629-2-git-send-email-julien.grall@arm.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 617 Lines: 16 On Mon, Apr 04, 2016 at 12:37:32PM +0100, Julien Grall wrote: > Introduce a structure which are filled up by the arch timer driver and > used by the virtual timer in KVM. > > The first member of this structure will be the timecounter. More members > will be added later. > > A stub for the new helper isn't introduced because KVM requires the arch > timer for both ARM64 and ARM32. > > The function arch_timer_get_timecounter is kept for the time being and > will be dropped in a subsequent patch. > > Signed-off-by: Julien Grall > Acked-by: Christoffer Dall