KVM: Move irq routing setup to irqchip.c
authorAlexander Graf <agraf@suse.de>
Mon, 15 Apr 2013 21:23:21 +0000 (23:23 +0200)
committerAlexander Graf <agraf@suse.de>
Fri, 26 Apr 2013 18:27:18 +0000 (20:27 +0200)
Setting up IRQ routes is nothing IOAPIC specific. Extract everything
that really is generic code into irqchip.c and only leave the ioapic
specific bits to irq_comm.c.

Signed-off-by: Alexander Graf <agraf@suse.de>
Acked-by: Michael S. Tsirkin <mst@redhat.com>

No differences found