Skip to content

Commit 51937f2

Browse files
aljimenezbsean-jc
authored andcommitted
KVM: x86: Remove VT-d mention in posted interrupt tracepoint
The kvm_pi_irte_update tracepoint is called from both SVM and VMX vendor code, and while the "posted interrupt" naming is also adopted by SVM in several places, VT-d specifically refers to Intel's "Virtualization Technology for Directed I/O". Signed-off-by: Alejandro Jimenez <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Sean Christopherson <[email protected]>
1 parent 6982b34 commit 51937f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

arch/x86/kvm/trace.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1074,7 +1074,7 @@ TRACE_EVENT(kvm_smm_transition,
10741074
);
10751075

10761076
/*
1077-
* Tracepoint for VT-d posted-interrupts.
1077+
* Tracepoint for VT-d posted-interrupts and AMD-Vi Guest Virtual APIC.
10781078
*/
10791079
TRACE_EVENT(kvm_pi_irte_update,
10801080
TP_PROTO(unsigned int host_irq, unsigned int vcpu_id,
@@ -1100,7 +1100,7 @@ TRACE_EVENT(kvm_pi_irte_update,
11001100
__entry->set = set;
11011101
),
11021102

1103-
TP_printk("VT-d PI is %s for irq %u, vcpu %u, gsi: 0x%x, "
1103+
TP_printk("PI is %s for irq %u, vcpu %u, gsi: 0x%x, "
11041104
"gvec: 0x%x, pi_desc_addr: 0x%llx",
11051105
__entry->set ? "enabled and being updated" : "disabled",
11061106
__entry->host_irq,

0 commit comments

Comments
 (0)