+2
−0
arch/x86/kvm/svm/csv.c
0 → 100644
+112
−0
arch/x86/kvm/svm/csv.h
0 → 100644
+44
−0
Loading
hygon inclusion category: feature bugzilla: https://gitee.com/openeuler/kernel/issues/I98W95 CVE: NA --------------------------- When sev guest wants to collect the attestation report, it cannot directly communicate with psp. Add VM_ATTESTATION hypercall to allow sev guest to tell host to help get the attestation report. Since sev guest memory is encrypted, host cannot tamper with the report data. Signed-off-by:hanliyang <hanliyang@hygon.cn>