aboutsummaryrefslogtreecommitdiffstats
path: root/include/kvm
diff options
context:
space:
mode:
Diffstat (limited to 'include/kvm')
-rw-r--r--include/kvm/arm_vgic.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/kvm/arm_vgic.h b/include/kvm/arm_vgic.h
index a6ca326055cf..4e63a07b9001 100644
--- a/include/kvm/arm_vgic.h
+++ b/include/kvm/arm_vgic.h
@@ -163,6 +163,9 @@ struct vgic_dist {
163 /* vGIC model the kernel emulates for the guest (GICv2 or GICv3) */ 163 /* vGIC model the kernel emulates for the guest (GICv2 or GICv3) */
164 u32 vgic_model; 164 u32 vgic_model;
165 165
166 /* Do injected MSIs require an additional device ID? */
167 bool msis_require_devid;
168
166 int nr_spis; 169 int nr_spis;
167 170
168 /* TODO: Consider moving to global state */ 171 /* TODO: Consider moving to global state */
@@ -308,4 +311,6 @@ static inline int kvm_vgic_get_max_vcpus(void)
308 return kvm_vgic_global_state.max_gic_vcpus; 311 return kvm_vgic_global_state.max_gic_vcpus;
309} 312}
310 313
314int kvm_send_userspace_msi(struct kvm *kvm, struct kvm_msi *msi);
315
311#endif /* __KVM_ARM_VGIC_H */ 316#endif /* __KVM_ARM_VGIC_H */