arch/arm64/include/asm/kvm_tmi.h
0 → 100644
+333
−0
+20
−10
Loading
virtcca inclusion category: feature bugzilla: https://gitee.com/openeuler/kernel/issues/IAGYKI -------------------------------- Add host support for Confidential VMs: 1. Add new kvm_type for cvm. 2. Init cvm related data while user create vm with cvm type. 3. Add cvm hypervisor which run in sel2 which named tmm. 4. Kvm call tmm interface to create cvm stage2 pagetable and run cvm. Signed-off-by:Jingxian He <hejingxian@huawei.com>