commit | 1c9f8520bda73c07fed9bcdb307854b45a3a60c4 | [log] [tgz] |
---|---|---|
author | Alexander Graf <agraf@suse.de> | Mon Apr 15 23:04:10 2013 +0200 |
committer | Alexander Graf <agraf@suse.de> | Fri Apr 26 20:27:17 2013 +0200 |
tree | c9cdfb21218b33982781d0dadb2e4455a14c0ca4 | |
parent | aa8d5944b8b2809e574581abbf41894089b7def2 [diff] |
KVM: Extract generic irqchip logic into irqchip.c 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>