Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add APIs for detecting confidential virtualization | Daniel P. Berrangé | 2023-07-06 | 1 | -0/+25 |
This code uses various CPUID checks to be able to identify * AMD SEV * AMD SEV-ES * AMD SEV-SNP * Intel TDX On HyperV/Azure, it has special checks for detecting SEV-SNP since the normal CPUID is blocked. Related: https://github.com/systemd/systemd/issues/27604 Signed-off-by: Daniel P. Berrangé <berrange@redhat.com> |