]> git.proxmox.com Git - qemu.git/blobdiff - kvm.h
target-mips: Fix incorrect code and test for INSV
[qemu.git] / kvm.h
diff --git a/kvm.h b/kvm.h
index 2b26dcb9bb9dba5c28081f7c7dd4318b2f7ac0d5..72d866a9668a18bc4e2f08fb0602478d73ccf2e1 100644 (file)
--- a/kvm.h
+++ b/kvm.h
@@ -20,6 +20,7 @@
 
 #ifdef CONFIG_KVM
 #include <linux/kvm.h>
+#include <linux/kvm_para.h>
 #endif
 
 extern int kvm_allowed;
@@ -274,4 +275,6 @@ void kvm_irqchip_release_virq(KVMState *s, int virq);
 
 int kvm_irqchip_add_irqfd_notifier(KVMState *s, EventNotifier *n, int virq);
 int kvm_irqchip_remove_irqfd_notifier(KVMState *s, EventNotifier *n, int virq);
+void kvm_pc_gsi_handler(void *opaque, int n, int level);
+void kvm_pc_setup_irq_routing(bool pci_enabled);
 #endif