Re: [PATCH v5 3/5] KVM: arm/arm64: implement kvm_arch_is_virtual_intc_initialized

2015-01-12 Thread Eric Auger
On 01/11/2015 10:12 PM, Christoffer Dall wrote: > On Wed, Dec 03, 2014 at 05:07:10PM +0100, 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_VIRTUAL_INTC_INITIALIZED >

Re: [PATCH v5 3/5] KVM: arm/arm64: implement kvm_arch_is_virtual_intc_initialized

2015-01-11 Thread Christoffer Dall
On Wed, Dec 03, 2014 at 05:07:10PM +0100, 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_VIRTUAL_INTC_INITIALIZED > and implements kvm_arch_is_virtual_intc_initialized

[PATCH v5 3/5] KVM: arm/arm64: implement kvm_arch_is_virtual_intc_initialized

2014-12-03 Thread Eric Auger
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_VIRTUAL_INTC_INITIALIZED and implements kvm_arch_is_virtual_intc_initialized Signed-off-by: Eric Auger --- arch/arm/include/asm/kvm_host.h | 6