From: Sean Christopherson Date: Fri, 19 Sep 2025 22:32:48 +0000 (-0700) Subject: KVM: x86: Add human friendly formatting for #XM, and #VE X-Git-Tag: v6.18-rc1~55^2~5^2~9 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d37cc4819a489bfe32008e50e3a76eb967d95d42;p=thirdparty%2Fkernel%2Flinux.git 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 Link: https://lore.kernel.org/r/20250919223258.1604852-42-seanjc@google.com Signed-off-by: Sean Christopherson --- diff --git a/arch/x86/kvm/trace.h b/arch/x86/kvm/trace.h index 57d79fd31df0a..06da19b370c5c 100644 --- a/arch/x86/kvm/trace.h +++ b/arch/x86/kvm/trace.h @@ -461,8 +461,8 @@ TRACE_EVENT(kvm_inj_virq, #define kvm_trace_sym_exc \ EXS(DE), EXS(DB), EXS(BP), EXS(OF), EXS(BR), EXS(UD), EXS(NM), \ - EXS(DF), EXS(TS), EXS(NP), EXS(SS), EXS(GP), EXS(PF), \ - EXS(MF), EXS(AC), EXS(MC) + EXS(DF), EXS(TS), EXS(NP), EXS(SS), EXS(GP), EXS(PF), EXS(MF), \ + EXS(AC), EXS(MC), EXS(XM), EXS(VE) /* * Tracepoint for kvm interrupt injection: