The Confidential Computing blob defined here is intended to match the definition defined by linux guest kernel. Previously, both definitions relied on natural alignment, but that relies on both OVMF and kernel being compiled as 64-bit. While there aren't currently any plans to enable SNP support for 32-bit compilations, the kernel definition has since been updated to use explicit padding/reserved fields to avoid this dependency. Update OVMF to match that definition. No functional changes (for currently-supported environments, at least). Signed-off-by: Michael Roth <michael.roth@amd.com>
Minor nit comment below that can be ignored if desired.
Reviewed-by: Tom Lendacky <thomas.lendacky@amd.com>