Re: [PATCH v5 3/4] KVM: x86: On emulation failure, convey the exit reason, etc. to userspace
From: Sean Christopherson
Date: Thu Sep 16 2021 - 13:53:22 EST
On Thu, Sep 16, 2021, David Edmondson wrote:
> Should instruction emulation fail, include the VM exit reason, etc. in
> the emulation_failure data passed to userspace, in order that the VMM
> can report it as a debugging aid when describing the failure.
>
> Suggested-by: Joao Martins <joao.m.martins@xxxxxxxxxx>
> Signed-off-by: David Edmondson <david.edmondson@xxxxxxxxxx>
> ---
Again with the From: caveat,
Reviewed-by: Sean Christopherson <seanjc@xxxxxxxxxx>
Thanks for doing this David!