Re: [PATCH v2 4/4] KVM: x86: add new nested vmexit tracepoints

From: Paolo Bonzini
Date: Tue Sep 26 2023 - 12:51:09 EST


On 9/24/23 14:44, Maxim Levitsky wrote:
+ trace_kvm_nested_page_fault(fault->address,
+ vcpu->arch.ept_fault_error_code,

Any reason to include vcpu->arch.ept_fault_error_code rather than the injected exit qualification?

Paolo

+ fault->error_code);