KVM: SEV: Return appropriate error codes if SEV-ES scratch setup fails
authorSean Christopherson <seanjc@google.com>
Tue, 9 Nov 2021 22:23:49 +0000 (22:23 +0000)
committerPaolo Bonzini <pbonzini@redhat.com>
Sun, 5 Dec 2021 08:02:03 +0000 (03:02 -0500)
commit75236f5f2299b502e4b9b267c1ce3bc14a222ceb
treecd975d129d4ce75408f5e5394815eeb674fb6895
parenta955cad84cdaffa282b3cf8f5ce69e9e5655e585
KVM: SEV: Return appropriate error codes if SEV-ES scratch setup fails

Return appropriate error codes if setting up the GHCB scratch area for an
SEV-ES guest fails.  In particular, returning -EINVAL instead of -ENOMEM
when allocating the kernel buffer could be confusing as userspace would
likely suspect a guest issue.

Fixes: 8f423a80d299 ("KVM: SVM: Support MMIO for an SEV-ES guest")
Cc: Tom Lendacky <thomas.lendacky@amd.com>
Signed-off-by: Sean Christopherson <seanjc@google.com>
Message-Id: <20211109222350.2266045-2-seanjc@google.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/kvm/svm/sev.c