From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoffer Dall Subject: Re: [PATCH v4 24/56] KVM: arm/arm64: vgic-new: Add CTLR, TYPER and IIDR handlers Date: Wed, 18 May 2016 14:33:37 +0200 Message-ID: <20160518123337.GF3827@cbox> References: <1463392481-26583-1-git-send-email-andre.przywara@arm.com> <1463392481-26583-25-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-f45.google.com ([74.125.82.45]:35367 "EHLO mail-wm0-f45.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752581AbcERMcw (ORCPT ); Wed, 18 May 2016 08:32:52 -0400 Received: by mail-wm0-f45.google.com with SMTP id r12so32399500wme.0 for ; Wed, 18 May 2016 05:32:51 -0700 (PDT) Content-Disposition: inline In-Reply-To: <1463392481-26583-25-git-send-email-andre.przywara@arm.com> Sender: kvm-owner@vger.kernel.org List-ID: On Mon, May 16, 2016 at 10:53:12AM +0100, Andre Przywara wrote: > From: Marc Zyngier > > Those three registers are v2 emulation specific, so their implementation > lives entirely in vgic-mmio-v2.c. Also they are handled in one function, > as their implementation is pretty simple. > When the guest enables the distributor, we kick all VCPUs to get > potentially pending interrupts serviced. > > Signed-off-by: Marc Zyngier > Signed-off-by: Andre Przywara Reviewed-by: Christoffer Dall