From mboxrd@z Thu Jan 1 00:00:00 1970 From: andre.przywara@arm.com (=?windows-1252?Q?Andr=E9_Przywara?=) Date: Fri, 16 Jan 2015 09:36:00 +0000 Subject: [PATCH v7 3/4] KVM: arm/arm64: implement kvm_arch_intc_initialized In-Reply-To: <1421333267-15287-4-git-send-email-eric.auger@linaro.org> References: <1421333267-15287-1-git-send-email-eric.auger@linaro.org> <1421333267-15287-4-git-send-email-eric.auger@linaro.org> Message-ID: <54B8DB80.50202@arm.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 01/15/2015 02:47 PM, Eric Auger wrote: > On arm/arm64 the VGIC is dynamically instantiated and it is useful > to expose its state, especially for irqfd setup. > > This patch defines __KVM_HAVE_ARCH_INTC_INITIALIZED and > implements kvm_arch_intc_initialized. > > Signed-off-by: Eric Auger > Acked-by: Christoffer Dall Reviewed-by: Andre Przywara Cheers, Andre. From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?windows-1252?Q?Andr=E9_Przywara?= Subject: Re: [PATCH v7 3/4] KVM: arm/arm64: implement kvm_arch_intc_initialized Date: Fri, 16 Jan 2015 09:36:00 +0000 Message-ID: <54B8DB80.50202@arm.com> References: <1421333267-15287-1-git-send-email-eric.auger@linaro.org> <1421333267-15287-4-git-send-email-eric.auger@linaro.org> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Cc: will.deacon@arm.com, linux-kernel@vger.kernel.org, patches@linaro.org To: Eric Auger , eric.auger@st.com, christoffer.dall@linaro.org, marc.zyngier@arm.com, andre.przywara@arm.com, linux-arm-kernel@lists.infradead.org, kvmarm@lists.cs.columbia.edu, kvm@vger.kernel.org, alex.williamson@redhat.com, agraf@suse.de, gleb@kernel.org, pbonzini@redhat.com, borntraeger@de.ibm.com, cornelia.huck@de.ibm.com Return-path: In-Reply-To: <1421333267-15287-4-git-send-email-eric.auger@linaro.org> Sender: linux-kernel-owner@vger.kernel.org List-Id: kvm.vger.kernel.org On 01/15/2015 02:47 PM, Eric Auger wrote: > On arm/arm64 the VGIC is dynamically instantiated and it is useful > to expose its state, especially for irqfd setup. > > This patch defines __KVM_HAVE_ARCH_INTC_INITIALIZED and > implements kvm_arch_intc_initialized. > > Signed-off-by: Eric Auger > Acked-by: Christoffer Dall Reviewed-by: Andre Przywara Cheers, Andre.