summaryrefslogtreecommitdiffstats
path: root/include/kvm
diff options
context:
space:
mode:
authorEric Auger <eric.auger@linaro.org>2015-12-07 15:30:38 +0000
committerChristoffer Dall <christoffer.dall@linaro.org>2016-05-20 15:39:49 +0200
commit90eee56c5f9081686035972dfcddfd6c85cafdf9 (patch)
treeaaab7b44a2246a15b18cbb36da10395baa9ec467 /include/kvm
parent59529f69f5048e50dcde3434661981c01f8208b4 (diff)
downloadop-kernel-dev-90eee56c5f9081686035972dfcddfd6c85cafdf9.zip
op-kernel-dev-90eee56c5f9081686035972dfcddfd6c85cafdf9.tar.gz
KVM: arm/arm64: vgic-new: Implement kvm_vgic_vcpu_pending_irq
Tell KVM whether a particular VCPU has an IRQ that needs handling in the guest. This is used to decide whether a VCPU is runnable. Signed-off-by: Eric Auger <eric.auger@linaro.org> Signed-off-by: Andre Przywara <andre.przywara@arm.com> Reviewed-by: Christoffer Dall <christoffer.dall@linaro.org> Reviewed-by: Marc Zyngier <marc.zyngier@arm.com>
Diffstat (limited to 'include/kvm')
-rw-r--r--include/kvm/vgic/vgic.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/kvm/vgic/vgic.h b/include/kvm/vgic/vgic.h
index 9506267..f663288 100644
--- a/include/kvm/vgic/vgic.h
+++ b/include/kvm/vgic/vgic.h
@@ -184,6 +184,8 @@ struct vgic_cpu {
int kvm_vgic_inject_irq(struct kvm *kvm, int cpuid, unsigned int intid,
bool level);
+int kvm_vgic_vcpu_pending_irq(struct kvm_vcpu *vcpu);
+
#define irqchip_in_kernel(k) (!!((k)->arch.vgic.in_kernel))
#define vgic_initialized(k) (false)
#define vgic_ready(k) ((k)->arch.vgic.ready)
OpenPOWER on IntegriCloud