From a183b638b61c104920a42b1eb7668953f8ada5cb Mon Sep 17 00:00:00 2001 From: Paolo Bonzini Date: Thu, 11 Sep 2014 11:51:02 +0200 Subject: [PATCH] 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 --- Reading git-format-patch failed