diff options
Diffstat (limited to 'include/linux/kvm_host.h')
-rw-r--r-- | include/linux/kvm_host.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/linux/kvm_host.h b/include/linux/kvm_host.h index b3b7598b4d94..3833c48fae3a 100644 --- a/include/linux/kvm_host.h +++ b/include/linux/kvm_host.h | |||
@@ -309,6 +309,12 @@ struct kvm_assigned_dev_kernel { | |||
309 | struct pci_dev *dev; | 309 | struct pci_dev *dev; |
310 | struct kvm *kvm; | 310 | struct kvm *kvm; |
311 | }; | 311 | }; |
312 | void kvm_set_irq(struct kvm *kvm, int irq, int level); | ||
313 | void kvm_notify_acked_irq(struct kvm *kvm, unsigned gsi); | ||
314 | void kvm_register_irq_ack_notifier(struct kvm *kvm, | ||
315 | struct kvm_irq_ack_notifier *kian); | ||
316 | void kvm_unregister_irq_ack_notifier(struct kvm *kvm, | ||
317 | struct kvm_irq_ack_notifier *kian); | ||
312 | 318 | ||
313 | #ifdef CONFIG_DMAR | 319 | #ifdef CONFIG_DMAR |
314 | int kvm_iommu_map_pages(struct kvm *kvm, gfn_t base_gfn, | 320 | int kvm_iommu_map_pages(struct kvm *kvm, gfn_t base_gfn, |