7.0.0-dev1
Pre-release
Pre-release
·
524 commits
to main
since this release
Changed
- CCF no longer has platform-specific builds. The single build configuration will run on both SNP and Virtual, automatically detecting the current platform at runtime. This means the
COMPILE_TARGETCMake option is no longer required, and all release artifacts no longer have a platform in their path. - The
logging.host_levelconfiguration option and--enclave-log-levelCLI switch are replaced by a combined--log-levelCLI switch (#7104). - Drop support for
5.*Linux kernels exposing/dev/sev. Only6.*+Linux kernels exposing/dev/sev-guestare now supported (#7109).
Removed
- The
ccf/pal/hardware_info.hheader has been removed (#7117).