]> git.proxmox.com Git - qemu.git/commit
KVM: Export kvm_init_irq_routing
authorAlexander Graf <agraf@suse.de>
Tue, 16 Apr 2013 13:58:13 +0000 (15:58 +0200)
committerAlexander Graf <agraf@suse.de>
Sun, 30 Jun 2013 23:11:14 +0000 (01:11 +0200)
commit7b7745930b1f14057b41a257524c559e62c5faa7
treee4989f1c26bb29bf83fa1b0951bbf655549f8a73
parent215e79c01c4e6f766eb9add56c56453e9ea1d948
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>
include/sysemu/kvm.h
kvm-all.c
kvm-stub.c