Bug 11635 - Support Hygon TKM (Trusted Key Management) running on CSV virtual machine
Summary: Support Hygon TKM (Trusted Key Management) running on CSV virtual machine
Status: NEW
Alias: None
Product: ANCK 6.6 Dev
Classification: ANCK
Component: X86 (show other bugs) X86
Version: unspecified
Hardware: x86_64 Linux
: P3-Medium S3-normal
Target Milestone: ---
Assignee: Guanjun
QA Contact: shuming
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-11-04 11:29 UTC by xiongmengbiao
Modified: 2024-11-04 20:33 UTC (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description xiongmengbiao hygon_group 2024-11-04 11:29:10 UTC
Description of problem:
1.Support Hygon TKM (Trusted Key Management) running on CSV virtual machine:

All memory data in the CSV virtual machine is encrypted, and the host cannot directly read data from the CSV virtual machine.
Therefore, during the QEMU startup phase, a shared 2MB huge page of memory is reserved for sharing between the host and the CSV virtual machine.
The host kernel converts the CSV's GPA into HPA and directly sends it to the PSP for use.


Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1.
2.
3.

Actual results:


Expected results:


Additional info:
Comment 1 小龙 admin 2024-11-04 20:33:13 UTC
The PR Link: https://gitee.com/anolis/cloud-kernel/pulls/4077