commit | a183b638b61c104920a42b1eb7668953f8ada5cb | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Thu Sep 11 11:51:02 2014 +0200 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Thu Sep 11 11:51:02 2014 +0200 |
tree | 4135ab4a322d4a2fa15c208f881420c626a5db87 | |
parent | 73a6d9416279f138833574f11dc82134fb56908d [diff] |
KVM: x86: make apic_accept_irq tracepoint more generic Initially the tracepoint was added only to the APIC_DM_FIXED case, also because it reported coalesced interrupts that only made sense for that case. However, the coalesced argument is not used anymore and tracing other delivery modes is useful, so hoist the call out of the switch statement. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>