docs/interop: Add AMD SEV-SNP SVSM interface to firmware.json

AMD SEV-SNP defines a guest to Secure VM Service Module (SVSM) firmware
[1] interface. Add a corresponding item to the FirmwareOSInterface
enum.

[1]
https://docs.amd.com/api/khub/documents/Al5Q~fSl~kWKkJ3zC0vk_g/content

Signed-off-by: Oliver Steffen <osteffen@redhat.com>
Message-ID: <20260123083204.999920-3-osteffen@redhat.com>
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
This commit is contained in:
Oliver Steffen
2026-01-23 09:32:03 +01:00
committed by Gerd Hoffmann
parent de61484ec3
commit c221dd7746

View File

@@ -40,10 +40,12 @@
# example, firmware built from the edk2 (EFI Development Kit II)
# project usually provides this interface.
#
# @svsm: AMD SEV-SNP Secure VM Service Module (SVSM) guest protocol.
#
# Since: 3.0
##
{ 'enum' : 'FirmwareOSInterface',
'data' : [ 'bios', 'openfirmware', 'uboot', 'uefi' ] }
'data' : [ 'bios', 'openfirmware', 'svsm', 'uboot', 'uefi' ] }
##
# @FirmwareDevice: