+10
−0
+27
−0
+22
−0
+122
−8
+5
−0
Loading
Merge Pull Request from: @hanliyang Support CSV Reuse ASID feature on Hygon CPUs issue: https://gitee.com/open_euler/dashboard?issue_id=I98WUF There are only 15 ASIDs can be used for CSV/CSV2 guest in maximum on Hygon CPU before C86-4G, that is, only 15 CSV virtual machines encrypted with different keys are supported. However, some deployment scenarios need to run more than 15 encrypted virtual machines, which makes the CPU before C86-4G difficult to meet the requirements. Through reuse ASID feature, users can deploy a group of CSV virtual machines or CSV kata containers to share the same asid. This patch provides reuse asid support for the KVM module part, which requires user to add application code to userspace VMM, such as Qemu. Link:https://gitee.com/openeuler/kernel/pulls/5264 Reviewed-by:Kevin Zhu <zhukeqian1@huawei.com> Signed-off-by:
Zhang Peng <zhangpeng362@huawei.com>