Skip to content

Commit d37cc48

Browse files
committed
KVM: x86: Add human friendly formatting for #XM, and #VE
Add XM_VECTOR and VE_VECTOR pretty-printing for trace_kvm_inj_exception(). Reviewed-by: Binbin Wu <binbin.wu@linux.intel.com> Link: https://lore.kernel.org/r/20250919223258.1604852-42-seanjc@google.com Signed-off-by: Sean Christopherson <seanjc@google.com>
1 parent 8db428f commit d37cc48

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
@@ -461,8 +461,8 @@ TRACE_EVENT(kvm_inj_virq,
461461

462462
#define kvm_trace_sym_exc \
463463
EXS(DE), EXS(DB), EXS(BP), EXS(OF), EXS(BR), EXS(UD), EXS(NM), \
464-
EXS(DF), EXS(TS), EXS(NP), EXS(SS), EXS(GP), EXS(PF), \
465-
EXS(MF), EXS(AC), EXS(MC)
464+
EXS(DF), EXS(TS), EXS(NP), EXS(SS), EXS(GP), EXS(PF), EXS(MF), \
465+
EXS(AC), EXS(MC), EXS(XM), EXS(VE)
466466

467467
/*
468468
* Tracepoint for kvm interrupt injection:

0 commit comments

Comments
 (0)