CVS: cvs.openbsd.org: src
Hans-Joerg Hoexer <[email protected]> Thu, 30 Jul 2026 08:00:48 -0600 (MDT)
| Newsgroups | gmane.os.openbsd.cvs |
|---|---|
| Message-ID | <[email protected]> |
CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/07/30 08:00:48 Modified files: sys/arch/amd64/amd64: identcpu.c sys/arch/amd64/include: specialreg.h Log message: SEV-SNP: Log SEV-SNP guestmode NB: The definition SEV_STAT_SNP_ACTIVE is straight from the AMD documentation. The use of "active" instead of "enabled" -- as with the other definitions -- feels inconsistent. However, "SNP enabled" in the context of SNP means the host system is able to run VMs using SNP. And "SNP active" means, the guest is actually using SNP. And not just e.g. SEV-ES. ok mlarkin@