From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marc Zyngier Subject: Re: [PATCH 3/9] KVM: arm/arm64: vgic: Get rid of live_lrs Date: Tue, 21 Mar 2017 11:06:47 +0000 Message-ID: References: <20170320105818.20481-1-cdall@linaro.org> <20170320105818.20481-4-cdall@linaro.org> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Cc: kvm@vger.kernel.org, Andre Przywara , Eric Auger , Christoffer Dall To: Christoffer Dall , kvmarm@lists.cs.columbia.edu, linux-arm-kernel@lists.infradead.org Return-path: Received: from foss.arm.com ([217.140.101.70]:50836 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756697AbdCULGv (ORCPT ); Tue, 21 Mar 2017 07:06:51 -0400 In-Reply-To: <20170320105818.20481-4-cdall@linaro.org> Sender: kvm-owner@vger.kernel.org List-ID: On 20/03/17 10:58, Christoffer Dall wrote: > From: Christoffer Dall > > There is no need to calculate and maintain live_lrs when we always > populate the lowest numbered LRs first on every entry and clear all LRs > on every exit. Indeed, that's a leftover of the old vgic, where we were keeping things in place and not always reallocating LRs like we do now. > Signed-off-by: Christoffer Dall 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, 21 Mar 2017 11:06:47 +0000 Subject: [PATCH 3/9] KVM: arm/arm64: vgic: Get rid of live_lrs In-Reply-To: <20170320105818.20481-4-cdall@linaro.org> References: <20170320105818.20481-1-cdall@linaro.org> <20170320105818.20481-4-cdall@linaro.org> Message-ID: To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 20/03/17 10:58, Christoffer Dall wrote: > From: Christoffer Dall > > There is no need to calculate and maintain live_lrs when we always > populate the lowest numbered LRs first on every entry and clear all LRs > on every exit. Indeed, that's a leftover of the old vgic, where we were keeping things in place and not always reallocating LRs like we do now. > Signed-off-by: Christoffer Dall Acked-by: Marc Zyngier M. -- Jazz is not dead. It just smells funny...