[PATCH 0/2] Extend KVM trace_kvm_nested_vmrun() to support VMX

From: Mingwei Zhang
Date: Fri Jul 08 2022 - 19:23:16 EST


This patch set update trace_kvm_nested_vmrun() to support VMX:
- Change the print of EPT/NPT enabled boolean to print of nested
EPT/NPT address in the trace;
- Add a caller from vmx/nested.c.
- Fix some minor format fixes from the callsites and Update the trace
output naming according to the x86 vendor.

David Matlack (1):
kvm: nVMX: add tracepoint for kvm:kvm_nested_vmrun

Mingwei Zhang (1):
KVM: nested/x86: update trace_kvm_nested_vmrun() to suppot VMX

arch/x86/kvm/svm/nested.c | 4 +++-
arch/x86/kvm/trace.h | 19 +++++++++++++------
arch/x86/kvm/vmx/nested.c | 9 +++++++++
3 files changed, 25 insertions(+), 7 deletions(-)

--
2.37.0.144.g8ac04bfd2-goog