]> git.proxmox.com Git - mirror_qemu.git/commit - target-ppc/kvm.c
KVM: PPC: Add dummy kvm_arch_init_irq_routing()
authorScott Wood <scottwood@freescale.com>
Wed, 12 Jun 2013 07:26:54 +0000 (17:26 +1000)
committerMichael Tokarev <mjt@tls.msk.ru>
Wed, 12 Jun 2013 09:19:10 +0000 (13:19 +0400)
commit821696600402e432f6f11ec355efd23f9bc6ce4f
tree3d4e5365ba74149adfa26da33f31c646af72584c
parent48475e14841f3c3a245bc4c13f9115520c89f2d7
KVM: PPC: Add dummy kvm_arch_init_irq_routing()

The common KVM code insists on calling kvm_arch_init_irq_routing()
as soon as it sees kernel header support for it (regardless of whether
QEMU supports it).  Provide a dummy function to satisfy this.

Unlike x86, PPC does not have one default irqchip, so there's no common
code that we'd stick here.  Even if you ignore the routes themselves,
which even on x86 are not set up in this function, the initial XICS
kernel implementation will not support IRQ routing, so it's best to
leave even the general feature flags up to the specific irqchip code.

Signed-off-by: Scott Wood <scottwood@freescale.com>
Signed-off-by: Alexey Kardashevskiy <aik@ozlabs.ru>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
target-ppc/kvm.c