From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoffer Dall Subject: Re: [PATCH v2 08/10] KVM: arm/arm64: vgic: Add vgic_{get,set}_phys_irq_active Date: Sat, 18 Jul 2015 00:15:47 +0200 Message-ID: <20150717221547.GL14024@cbox> References: <1436378202-20224-1-git-send-email-marc.zyngier@arm.com> <1436378202-20224-9-git-send-email-marc.zyngier@arm.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Cc: kvm@vger.kernel.org, Andre Przywara , kvmarm@lists.cs.columbia.edu, linux-arm-kernel@lists.infradead.org To: Marc Zyngier Return-path: Content-Disposition: inline In-Reply-To: <1436378202-20224-9-git-send-email-marc.zyngier@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 Wed, Jul 08, 2015 at 06:56:40PM +0100, Marc Zyngier wrote: > In order to control the active state of an interrupt, introduce > a pair of accessors allowing the state to be set/queried. > > This only affects the logical state, and the HW state will only be > applied at world-switch time. > > Signed-off-by: Marc Zyngier Acked-by: Christoffer Dall