1
0
mirror of https://github.com/kata-containers/kata-containers.git synced 2025-09-05 02:40:18 +00:00

kernel: Add Secure Execution guest

Add `CONFIG_PROTECTED_VIRTUALIZATION_GUEST=y` to s390's guest kernel
config, which enables running with a secure image (as generated by
s390-tools' `genprotimg`).

Fixes: 
Signed-off-by: Jakob Naucke <jakob.naucke@ibm.com>
This commit is contained in:
Jakob Naucke
2021-06-24 11:34:28 +02:00
parent 5a22e0e3b1
commit 772c117d4e

@@ -0,0 +1,3 @@
# IBM Secure Execution (Protected Virtualization in kernel)
CONFIG_PROTECTED_VIRTUALIZATION_GUEST=y