qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

AMD SEV-SNP: Support for attestating initrd


From: I. Its
Subject: AMD SEV-SNP: Support for attestating initrd
Date: Thu, 5 May 2022 10:59:36 +0200

Hi all,

we are currently working with SEV-SNP to include initrd in attestation report. However, the function sev_add_kernel_loader_hashes() in /qemu/target/i386/sev.c returns false when SEV-SNP is enabled:

if (sev_snp_enabled()) {
  return false;
}

Could someone elaborate on this topic and provide steps to support this kind of attestation? Any hint is also very appreciated.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]