From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoffer Dall Subject: Re: [PATCH v3 7/9] KVM: arm/arm64: arch_timer: Rely on the arch timer to parse the firmware tables Date: Tue, 8 Mar 2016 21:55:26 -0800 Message-ID: <20160309055526.GK26583@lvm> References: <1457436573-6180-1-git-send-email-julien.grall@arm.com> <1457436573-6180-8-git-send-email-julien.grall@arm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii 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, Gleb Natapov , Paolo Bonzini To: Julien Grall Return-path: Received: from mail-pa0-f49.google.com ([209.85.220.49]:33694 "EHLO mail-pa0-f49.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750898AbcCIFza (ORCPT ); Wed, 9 Mar 2016 00:55:30 -0500 Received: by mail-pa0-f49.google.com with SMTP id fl4so30569876pad.0 for ; Tue, 08 Mar 2016 21:55:30 -0800 (PST) Content-Disposition: inline In-Reply-To: <1457436573-6180-8-git-send-email-julien.grall@arm.com> Sender: kvm-owner@vger.kernel.org List-ID: On Tue, Mar 08, 2016 at 11:29:31AM +0000, Julien Grall wrote: > The firmware table is currently parsed by the virtual timer code in > order to retrieve the virtual timer interrupt. However, this is already > done by the arch timer driver. > > To avoid code duplication, use the newly function arch_timer_get_kvm_info() > which return all the information required by the virtual timer code. > > Signed-off-by: Julien Grall > Acked-by: Christoffer Dall