mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-10-21 20:08:54 +00:00
This commit add the support for Arm CCA/RME support in golang runtime. The guest kernel is support since Linux 6.13. The host kernel which Kata is running is picked from: https://gitlab.arm.com/linux-arm/linux-cca branch: cca-host/v8 which is currently very stable and reviewed for a while, and it is expecting to merged this year. The Qemu support is picked up from: https://git.codelinaro.org/linaro/dcap/qemu.git, branch: cca/2025-05-28, The Qemu support will be merged to upstream after the CCA host support official support in linux kernel. More info regarding the CCA software stack dev and test, please refer to link: https://linaro.atlassian.net/wiki/spaces/QEMU/pages/29051027459/Building+an+RME+stack+for+QEMU Signed-off-by: Kevin Zhao <kevin.zhao@linaro.org>