From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marc Zyngier Subject: Re: [PATCH v3 11/55] KVM: arm/arm64: pmu: abstract access to number of SPIs Date: Tue, 10 May 2016 10:00:43 +0100 Message-ID: <5731A33B.7040703@arm.com> References: <1462531568-9799-1-git-send-email-andre.przywara@arm.com> <1462531568-9799-12-git-send-email-andre.przywara@arm.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 3A40449BA6 for ; Tue, 10 May 2016 04:57:58 -0400 (EDT) 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 MW7ROLwvatC2 for ; Tue, 10 May 2016 04:57:52 -0400 (EDT) Received: from foss.arm.com (foss.arm.com [217.140.101.70]) by mm01.cs.columbia.edu (Postfix) with ESMTP id 7372749BA0 for ; Tue, 10 May 2016 04:57:52 -0400 (EDT) In-Reply-To: <1462531568-9799-12-git-send-email-andre.przywara@arm.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: Andre Przywara , Christoffer Dall Cc: linux-arm-kernel@lists.infradead.org, kvmarm@lists.cs.columbia.edu, kvm@vger.kernel.org List-Id: kvmarm@lists.cs.columbia.edu On 06/05/16 11:45, Andre Przywara wrote: > Currently the PMU uses a member of the struct vgic_dist directly, > which not only breaks abstraction, but will fail with the new VGIC. > Abstract this access in the VGIC header file. > > Signed-off-by: Andre Przywara Acked-by: Marc Zyngier M. -- Jazz is not dead. It just smells funny... From mboxrd@z Thu Jan 1 00:00:00 1970 From: marc.zyngier@arm.com (Marc Zyngier) Date: Tue, 10 May 2016 10:00:43 +0100 Subject: [PATCH v3 11/55] KVM: arm/arm64: pmu: abstract access to number of SPIs In-Reply-To: <1462531568-9799-12-git-send-email-andre.przywara@arm.com> References: <1462531568-9799-1-git-send-email-andre.przywara@arm.com> <1462531568-9799-12-git-send-email-andre.przywara@arm.com> Message-ID: <5731A33B.7040703@arm.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 06/05/16 11:45, Andre Przywara wrote: > Currently the PMU uses a member of the struct vgic_dist directly, > which not only breaks abstraction, but will fail with the new VGIC. > Abstract this access in the VGIC header file. > > Signed-off-by: Andre Przywara Acked-by: Marc Zyngier M. -- Jazz is not dead. It just smells funny...