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 Return-path: Received: from localhost (localhost [127.0.0.1]) by mm01.cs.columbia.edu (Postfix) with ESMTP id A232A411BE for ; Wed, 18 May 2016 06:39:54 -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 9sSAPtxKNJAs for ; Wed, 18 May 2016 06:39:53 -0400 (EDT) Received: from cam-admin0.cambridge.arm.com (cam-admin0.cambridge.arm.com [217.140.96.50]) by mm01.cs.columbia.edu (Postfix) with ESMTP id 590B4410B5 for ; Wed, 18 May 2016 06:39:52 -0400 (EDT) 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 To: Marc Zyngier , 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: > 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. From mboxrd@z Thu Jan 1 00:00:00 1970 From: andre.przywara@arm.com (Andre Przywara) Date: Wed, 18 May 2016 11:43:41 +0100 Subject: [PATCH v3 08/55] KVM: arm/arm64: Get rid of vgic_cpu->nr_lr In-Reply-To: <1462531568-9799-9-git-send-email-andre.przywara@arm.com> References: <1462531568-9799-1-git-send-email-andre.przywara@arm.com> <1462531568-9799-9-git-send-email-andre.przywara@arm.com> Message-ID: <573C475D.30005@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: > 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.