From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andre Przywara Subject: Re: [PATCH v3 08/55] KVM: arm/arm64: Get rid of vgic_cpu->nr_lr Date: Wed, 18 May 2016 11:43:41 +0100 Message-ID: <573C475D.30005@arm.com> References: <1462531568-9799-1-git-send-email-andre.przywara@arm.com> <1462531568-9799-9-git-send-email-andre.przywara@arm.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Cc: linux-arm-kernel@lists.infradead.org, kvmarm@lists.cs.columbia.edu, kvm@vger.kernel.org To: Marc Zyngier , Christoffer Dall Return-path: In-Reply-To: <1462531568-9799-9-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 List-Id: kvm.vger.kernel.org On 06/05/16 11:45, Andre Przywara wrote: > From: Christoffer Dall > > The number of list registers is a property of the underlying system, not > of emulated VGIC CPU interface. > > As we are about to move this variable to global state in the new vgic > for clarity, move it from the legacy implementation as well to make the > merge of the new code easier. > > Signed-off-by: Christoffer Dall > Signed-off-by: Andre Przywara Reviewed-by: Andre Przywara Thanks, Andre.