From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marc Zyngier Subject: Re: [PATCH v4 02/26] KVM: arm/arm64: vgic: restructure kvm_vgic_(un)map_phys_irq Date: Thu, 26 Oct 2017 14:05:12 +0100 Message-ID: <86lgjyawl3.fsf@arm.com> References: <20171006153401.5481-1-marc.zyngier@arm.com> <20171006153401.5481-3-marc.zyngier@arm.com> <20171025144443.GH91785@lvm> Mime-Version: 1.0 Content-Type: text/plain Cc: linux-arm-kernel@lists.infradead.org, kvmarm@lists.cs.columbia.edu, kvm@vger.kernel.org, Christoffer Dall , Eric Auger , Shanker Donthineni , Mark Rutland , Shameerali Kolothum Thodi , Andre Przywara To: Christoffer Dall Return-path: Received: from usa-sjc-mx-foss1.foss.arm.com ([217.140.101.70]:46772 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932198AbdJZNFS (ORCPT ); Thu, 26 Oct 2017 09:05:18 -0400 In-Reply-To: <20171025144443.GH91785@lvm> (Christoffer Dall's message of "Wed, 25 Oct 2017 16:44:43 +0200") Sender: kvm-owner@vger.kernel.org List-ID: On Wed, Oct 25 2017 at 4:44:43 pm BST, Christoffer Dall wrote: > On Fri, Oct 06, 2017 at 04:33:37PM +0100, Marc Zyngier wrote: >> From: Eric Auger >> >> We want to reuse the core of the map/unmap functions for IRQ >> forwarding. Let's move the computation of the hwirq in >> kvm_vgic_map_phys_irq and pass the linux IRQ as parameter. >> the host_irq is added to struct vgic_irq. >> >> We introduce kvm_vgic_map/unmap_irq which take a struct vgic_irq >> handle as a parameter. >> > > Acked-by: Christoffer Dall > > Marc, > I need a signed-off-by from you on this patch. Ah, my bad. I'll fix that for the next round (real soon now...) Thanks, 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: Thu, 26 Oct 2017 14:05:12 +0100 Subject: [PATCH v4 02/26] KVM: arm/arm64: vgic: restructure kvm_vgic_(un)map_phys_irq In-Reply-To: <20171025144443.GH91785@lvm> (Christoffer Dall's message of "Wed, 25 Oct 2017 16:44:43 +0200") References: <20171006153401.5481-1-marc.zyngier@arm.com> <20171006153401.5481-3-marc.zyngier@arm.com> <20171025144443.GH91785@lvm> Message-ID: <86lgjyawl3.fsf@arm.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Wed, Oct 25 2017 at 4:44:43 pm BST, Christoffer Dall wrote: > On Fri, Oct 06, 2017 at 04:33:37PM +0100, Marc Zyngier wrote: >> From: Eric Auger >> >> We want to reuse the core of the map/unmap functions for IRQ >> forwarding. Let's move the computation of the hwirq in >> kvm_vgic_map_phys_irq and pass the linux IRQ as parameter. >> the host_irq is added to struct vgic_irq. >> >> We introduce kvm_vgic_map/unmap_irq which take a struct vgic_irq >> handle as a parameter. >> > > Acked-by: Christoffer Dall > > Marc, > I need a signed-off-by from you on this patch. Ah, my bad. I'll fix that for the next round (real soon now...) Thanks, M. -- Jazz is not dead. It just smells funny.