summaryrefslogtreecommitdiffstats
path: root/include/kvm
diff options
context:
space:
mode:
authorMarc Zyngier <maz@kernel.org>2020-12-04 10:12:55 +0000
committerMarc Zyngier <maz@kernel.org>2020-12-04 10:12:55 +0000
commit17f84520cb8fcaf475c96c3ee90dd97b55a63669 (patch)
treef865c7d4a917642bf84e7348a6149d025b9082e0 /include/kvm
parentf86e54653e67171a7cc0f85e0fe5766deb310e03 (diff)
parent652d0b701d136ede6bc8a977b3abbe2d420226b9 (diff)
downloadlinux-17f84520cb8fcaf475c96c3ee90dd97b55a63669.tar.bz2
Merge remote-tracking branch 'origin/kvm-arm64/misc-5.11' into kvmarm-master/queue
Signed-off-by: Marc Zyngier <maz@kernel.org>
Diffstat (limited to 'include/kvm')
-rw-r--r--include/kvm/arm_vgic.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/kvm/arm_vgic.h b/include/kvm/arm_vgic.h
index a8d8fdcd3723..3d74f1060bd1 100644
--- a/include/kvm/arm_vgic.h
+++ b/include/kvm/arm_vgic.h
@@ -402,6 +402,7 @@ int kvm_vgic_v4_unset_forwarding(struct kvm *kvm, int irq,
struct kvm_kernel_irq_routing_entry *irq_entry);
int vgic_v4_load(struct kvm_vcpu *vcpu);
+void vgic_v4_commit(struct kvm_vcpu *vcpu);
int vgic_v4_put(struct kvm_vcpu *vcpu, bool need_db);
#endif /* __KVM_ARM_VGIC_H */