KVM: Extract generic irqchip logic into irqchip.c
authorAlexander Graf <agraf@suse.de>
Mon, 15 Apr 2013 21:04:10 +0000 (23:04 +0200)
committerAlexander Graf <agraf@suse.de>
Fri, 26 Apr 2013 18:27:17 +0000 (20:27 +0200)
The current irq_comm.c file contains pieces of code that are generic
across different irqchip implementations, as well as code that is
fully IOAPIC specific.

Split the generic bits out into irqchip.c.

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

No differences found