From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoffer Dall Subject: Re: [PATCH v4 17/56] KVM: arm/arm64: vgic-new: Add IRQ sorting Date: Wed, 18 May 2016 13:49:54 +0200 Message-ID: <20160518114954.GC3827@cbox> References: <1463392481-26583-1-git-send-email-andre.przywara@arm.com> <1463392481-26583-18-git-send-email-andre.przywara@arm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <1463392481-26583-18-git-send-email-andre.przywara@arm.com> Sender: kvm-owner@vger.kernel.org To: Andre Przywara Cc: Marc Zyngier , Eric Auger , kvmarm@lists.cs.columbia.edu, kvm@vger.kernel.org, linux-arm-kernel@lists.infradead.org List-Id: kvmarm@lists.cs.columbia.edu On Mon, May 16, 2016 at 10:53:05AM +0100, Andre Przywara wrote: > From: Christoffer Dall > > Adds the sorting function to cover the case where you have more IRQs > to consider than you have LRs. We now consider priorities. > > Signed-off-by: Christoffer Dall > Signed-off-by: Andre Przywara > Reviewed-by: Eric Auger > Reviewed-by: Marc Zyngier Reviewed-by: Christoffer Dall From mboxrd@z Thu Jan 1 00:00:00 1970 From: christoffer.dall@linaro.org (Christoffer Dall) Date: Wed, 18 May 2016 13:49:54 +0200 Subject: [PATCH v4 17/56] KVM: arm/arm64: vgic-new: Add IRQ sorting In-Reply-To: <1463392481-26583-18-git-send-email-andre.przywara@arm.com> References: <1463392481-26583-1-git-send-email-andre.przywara@arm.com> <1463392481-26583-18-git-send-email-andre.przywara@arm.com> Message-ID: <20160518114954.GC3827@cbox> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Mon, May 16, 2016 at 10:53:05AM +0100, Andre Przywara wrote: > From: Christoffer Dall > > Adds the sorting function to cover the case where you have more IRQs > to consider than you have LRs. We now consider priorities. > > Signed-off-by: Christoffer Dall > Signed-off-by: Andre Przywara > Reviewed-by: Eric Auger > Reviewed-by: Marc Zyngier Reviewed-by: Christoffer Dall