Re: [PATCH] KVM: nVMX: nSVM: Show guest mode in kvm_{entry,exit} tracepoints
From: Paolo Bonzini <pbonzini@redhat.com>
Date: 2021-08-02 14:19:31
From: Paolo Bonzini <pbonzini@redhat.com>
Date: 2021-08-02 14:19:31
On 21/06/21 22:43, Krish Sadhukhan wrote:
With this patch KVM entry and exit tracepoints will show "guest_mode = 0" if it is a guest and "guest_mode = 1" if it is a nested guest.
What about adding a "(nested)" suffix for L2, and nothing for L1? Paolo