From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoffer Dall Subject: Re: [PATCH v4 26/56] KVM: arm/arm64: vgic-new: Add PENDING registers handlers Date: Wed, 18 May 2016 16:15:42 +0200 Message-ID: <20160518141542.GD6666@cbox> References: <1463392481-26583-1-git-send-email-andre.przywara@arm.com> <1463392481-26583-27-git-send-email-andre.przywara@arm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Marc Zyngier , Eric Auger , kvmarm@lists.cs.columbia.edu, kvm@vger.kernel.org, linux-arm-kernel@lists.infradead.org To: Andre Przywara Return-path: Received: from mail-wm0-f51.google.com ([74.125.82.51]:35732 "EHLO mail-wm0-f51.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932107AbcEROO5 (ORCPT ); Wed, 18 May 2016 10:14:57 -0400 Received: by mail-wm0-f51.google.com with SMTP id r12so36986905wme.0 for ; Wed, 18 May 2016 07:14:56 -0700 (PDT) Content-Disposition: inline In-Reply-To: <1463392481-26583-27-git-send-email-andre.przywara@arm.com> Sender: kvm-owner@vger.kernel.org List-ID: On Mon, May 16, 2016 at 10:53:14AM +0100, Andre Przywara wrote: > The pending register handlers are shared between the v2 and v3 > emulation, so their implementation goes into vgic-mmio.c, to be easily > referenced from the v3 emulation as well later. > For level triggered interrupts the real line level is unaffected by > this write, so we keep this state separate and combine it with the > device's level to get the actual pending state. > > Signed-off-by: Andre Przywara > Reviewed-by: Marc Zyngier Reviewed-by: Christoffer Dall