summaryrefslogtreecommitdiffstats
path: root/include/sysemu/kvm.h
diff options
context:
space:
mode:
authorAlexander Graf <agraf@suse.de>2013-04-16 15:58:13 +0200
committerAlexander Graf <agraf@suse.de>2013-07-01 01:11:14 +0200
commit7b7745930b1f14057b41a257524c559e62c5faa7 (patch)
treee4989f1c26bb29bf83fa1b0951bbf655549f8a73 /include/sysemu/kvm.h
parent215e79c01c4e6f766eb9add56c56453e9ea1d948 (diff)
downloadhqemu-7b7745930b1f14057b41a257524c559e62c5faa7.zip
hqemu-7b7745930b1f14057b41a257524c559e62c5faa7.tar.gz
KVM: Export kvm_init_irq_routing
On PPC, we can have different types of interrupt controllers, so we really only know that we are going to use one when we created it. Export kvm_init_irq_routing() to common code, so that we don't have to call kvm_irqchip_create(). Signed-off-by: Alexander Graf <agraf@suse.de>
Diffstat (limited to 'include/sysemu/kvm.h')
-rw-r--r--include/sysemu/kvm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sysemu/kvm.h b/include/sysemu/kvm.h
index 24c8e95..0a6e62a 100644
--- a/include/sysemu/kvm.h
+++ b/include/sysemu/kvm.h
@@ -312,4 +312,5 @@ 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);
+void kvm_init_irq_routing(KVMState *s);
#endif
OpenPOWER on IntegriCloud