mirror of
https://github.com/aljazceru/kata-containers.git
synced 2026-01-01 13:34:20 +01:00
1. Add unit tests for pkg/sev 2. Allow CalculateLaunchDigest to calculate launch digest without direct booted kernel (and, therefore, without initrd and kernel cmdline). This mode is currently not used in kata. Fixes: #5456 Signed-off-by: Dov Murik <dovmurik@linux.ibm.com>
387 B
387 B
Kata golang packages
This repository contains a number of packages in addition to the
virtcontainers package:
| Package name | Description |
|---|---|
katatestutils |
Unit test utilities. |
katautils |
Utilities. |
sev |
AMD SEV confidential guest utilities. |
signals |
Signal handling functions. |