mbox series

[0/2] VMX: few tracing improvements

Message ID 20210121171043.946761-1-mlevitsk@redhat.com (mailing list archive)
Headers show
Series VMX: few tracing improvements | expand

Message

Maxim Levitsky Jan. 21, 2021, 5:10 p.m. UTC
Since the fix for the bug in nested migration on VMX is
already merged by Paulo, those are the remaining
patches in this series.

I added a new patch to trace SVM nested entries from
SMM and nested state load as well.

Best regards,
	Maxim Levitsky

Maxim Levitsky (2):
  KVM: nSVM: move nested vmrun tracepoint to enter_svm_guest_mode
  KVM: nVMX: trace nested vm entry

 arch/x86/kvm/svm/nested.c | 26 ++++++++++++++------------
 arch/x86/kvm/trace.h      | 30 ++++++++++++++++++++++++++++++
 arch/x86/kvm/vmx/nested.c |  5 +++++
 arch/x86/kvm/x86.c        |  3 ++-
 4 files changed, 51 insertions(+), 13 deletions(-)