commit | 8175e5b79c38a1d85225da516fa1a0ecbf2fdbca | [log] [tgz] |
---|---|---|
author | Alexander Graf <agraf@suse.de> | Mon Apr 15 10:42:33 2013 +0200 |
committer | Alexander Graf <agraf@suse.de> | Fri Apr 26 20:27:13 2013 +0200 |
tree | 9fdf768971d7c10292a34b9d15c5f7a1abe1301c | |
parent | c35635efdc0312e013ebda1c8f3b5dd038c0d0e7 [diff] |
KVM: Add KVM_IRQCHIP_NUM_PINS in addition to KVM_IOAPIC_NUM_PINS The concept of routing interrupt lines to an irqchip is nothing that is IOAPIC specific. Every irqchip has a maximum number of pins that can be linked to irq lines. So let's add a new define that allows us to reuse generic code for non-IOAPIC platforms. Signed-off-by: Alexander Graf <agraf@suse.de> Acked-by: Michael S. Tsirkin <mst@redhat.com>