Re: [PATCH v5 0/2] KVM: SVM: Make VMGEXIT GHCB exit codes more readable

From: Sean Christopherson
Date: Tue Feb 25 2025 - 17:41:12 EST


On Tue, Feb 25, 2025, Melody Wang wrote:
> Melody Wang (2):
> KVM: SVM: Convert plain error code numbers to defines
> KVM: SVM: Provide helpers to set the error code
>
> arch/x86/include/asm/sev-common.h | 8 +++++++
> arch/x86/kvm/svm/sev.c | 39 +++++++++++++++++--------------
> arch/x86/kvm/svm/svm.c | 6 +----
> arch/x86/kvm/svm/svm.h | 29 +++++++++++++++++++++++
> 4 files changed, 59 insertions(+), 23 deletions(-)

A few nits, but I'll fixup when applying. No need for a new version.