Re: [PATCH v2 2/2] kvm: nVMX: add tracepoint for kvm:kvm_nested_vmrun

From: Sean Christopherson
Date: Wed Aug 03 2022 - 12:53:18 EST


Capitalize KVM in the shortlog, i.e. "KVM: nVMX:".

On Mon, Jul 18, 2022, Mingwei Zhang wrote:
> From: David Matlack <dmatlack@xxxxxxxxxx>
>
> This tracepoint is called by nested SVM during emulated VMRUN. Call
> also during emulated VMLAUNCH and VMRESUME in nested VMX.

Please reword this so it's a more coherent statement of what the patch does, e.g.

Call trace_kvm_nested_vmenter() during nested VMLAUNCH/VMRESUME to
bring parity with nSVM's usage of the tracepoint during nested VMRUN.