AArch64 | |
ppc64le | |
s390x | |
x86-64 |
- Update to version 1.4.10: * Bump version to v1.4.10 * Update kvm-ioctls to 0.12.0 * init: Fix parsing of Env in JSON - Drop new-kvm-ioctl.patch, merged upstream.
- Update to version 1.4.9: * Remove unnecessary casts * init: do a case-insensitive check for JSON fields * Fix kernel command line for non-TEE targets * snp: measure regions rqequired by FW and PSP * snp: refactor code to add_region * cargo: Update to sev 1.0.0 * Add CODEOWNERS file * examples: Add snp-config-noattest TEE config * vmm/tee: Merge amd-sev and amd-snp modules * vmm/resources: kbs_types behind tee flag * tee: Make TeeConfig required * vmm: Remove aarch64 config on amdsev function * vmm/linux/tee: Add amd-snp module * vmm/linux: Introduce tee module for TEE-specificities * amdsev: Replace manual ioctls for sev library APIs * cargo: Point "sev" to upstream git repo
- Update to version 1.4.8: * Bump version to v1.4.8 * macos: fix mapped volumes initialization * Bump version to v1.4.6 * sev: fix a new clippy error * fs: fix new clippy issue in descriptor_utils * macos: init: register rosetta in binfmt_misc * macos: map Rosetta directory if present * macos: implement the ioctl Rosetta needs - add new-kvm-ioctl.patch
- add proper split-provides - add cargo_audit
- Update to version 1.4.6: * Bump version to v1.4.6 * fs/macos: Fix some clippy warnings * hvf: write reg on sysreg trap * Bump version to v1.4.5 * sev: Don't use a static initrd size * sev: Update to the final KBS attestation protocol * vsock: Fix signal logic in Muxer * examples/Makefile: Remove launch-tee binary on make clean
- Switch to a "proper library" packaging layout. Downstreams (namely, crun) are now able to cope with this. So do it, and get rid of a lot of RPM lint warnings and errors! - Make it easier to turn on/off building the SEV-enabled library * Patches dropped: not-set-soname-as-it-is-plugin.patch
- Update to version v0.1.4: * libkrun: Put env vars values between quotes * init: Fix format warning in printf() * init: Compile with -Wall * Makefile: Have init.c as a prerequisite of init * init: Fix the perror() messages * examples: Introduce the "rootfs" make target * README: Mention the C Library static on requirements * libkrun: Fix type of arguments mapped_volumes and port_map * libkrun: Add support for setting RLIMITs in the guests * README.md: Add instructions for building under macOS