[PATCH v2 0/4] clean up interface between KVM and psp

From: Mingwei Zhang
Date: Wed Aug 18 2021 - 01:39:22 EST


This patch set starts from a minor fix patch by adding sev decommission;
the rest 3 patches are trying to help make the interface between KVM and
psp cleaner and simpler. In particular, these patches do the following
improvements:
- avoid the requirement of psp data structures for some psp APIs.
- hide error handling within psp API, eg., using sev_guest_decommission.
- hide the serialization requirement between DF_FLUSH and DEACTIVATE.

v1 -> v2:
- split the bug fixing patch as the 1st one.
- fix the build error. [paolo]

Mingwei Zhang (3):
KVM: SVM: move sev_decommission to psp driver
KVM: SVM: move sev_bind_asid to psp
KVM: SVM: move sev_unbind_asid and DF_FLUSH logic into psp

arch/x86/kvm/svm/sev.c | 69 ++++--------------------------------
drivers/crypto/ccp/sev-dev.c | 57 +++++++++++++++++++++++++++--
include/linux/psp-sev.h | 44 ++++++++++++++++++++---
3 files changed, 102 insertions(+), 68 deletions(-)

--
2.33.0.rc1.237.g0d66db33f3-goog