commit | a1e4ccb990447df0fe83d164d9a7bc2e6c4b7db7 | [log] [tgz] |
---|---|---|
author | Christoffer Dall <c.dall@virtualopensystems.com> | Fri Jun 15 15:07:13 2012 -0400 |
committer | Avi Kivity <avi@redhat.com> | Mon Jun 18 16:06:35 2012 +0300 |
tree | 2068a67dbcf1d34455956c9ecd416aa2a3e2b1e1 | |
parent | 9900b4b48b095895cf962054e45aafa49ef70f74 [diff] |
KVM: Introduce __KVM_HAVE_IRQ_LINE This is a preparatory patch for the KVM/ARM implementation. KVM/ARM will use the KVM_IRQ_LINE ioctl, which is currently conditional on __KVM_HAVE_IOAPIC, but ARM obviously doesn't have any IOAPIC support and we need a separate define. Signed-off-by: Christoffer Dall <c.dall@virtualopensystems.com> Signed-off-by: Avi Kivity <avi@redhat.com>