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

From: Mingwei Zhang
Date: Mon Jul 18 2022 - 13:13:40 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.

v1 -> v2:
- fix some format issue in trace_kvm_nested_vmrun() in vmx/nested.

v1 link:
- https://lore.kernel.org/lkml/20220708232304.1001099-2-mizhang@xxxxxxxxxx/T/

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