arch/x86/boot/compressed/csv.c
0 → 100644
+87
−0
arch/x86/boot/compressed/csv.h
0 → 100644
+30
−0
Loading
Merge Pull Request from: @hanliyang CSV3 patch series part 2 (Support launch, run, migrate CSV3 guest) issue: https://gitee.com/open_euler/dashboard?issue_id=IAYGKY We support launch, run, and migrate CSV3 guest by KVM. The user space VMM request KVM ioctl interface to create, run, migrate a CSV3 guest. This patch series introduce command identifier and KVM ioctl interface for CSV3 guest management. For a CSV3 guest, the linux kernel must detect that the CSV3 feature is active in the guest. When the page enc/dec status has changed in the CSV3 guest, it must notify PSP to record it by CSV3 secure call. This patch series add CSV3 detection support in the guest linux kernel, and add CSV3 secure call interface to support CSV3 guest to change page enc/dec status. Link:https://gitee.com/openeuler/kernel/pulls/12279 Reviewed-by:Wenkuan Wang <wenkuan.wang@amd.com> Reviewed-by:
Jason Zeng <jason.zeng@intel.com> Signed-off-by:
Zhang Peng <zhangpeng362@huawei.com>