diff options
author | Dov Murik <dovmurik@linux.ibm.com> | 2022-01-03 11:14:13 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2022-03-04 11:27:49 +0100 |
commit | 0a2a40da4fba8256bffd9abd94626106f80c3c8c (patch) | |
tree | d9ee25fbf815158a6fe45062e9ea1236f58350f3 /docs/specs/index.rst | |
parent | bfc8c14459dae16b525cd024600d20f022b6ee55 (diff) | |
download | qemu-0a2a40da4fba8256bffd9abd94626106f80c3c8c.zip qemu-0a2a40da4fba8256bffd9abd94626106f80c3c8c.tar.gz qemu-0a2a40da4fba8256bffd9abd94626106f80c3c8c.tar.bz2 |
docs: Add spec of OVMF GUIDed table for SEV guests
Add docs/specs/sev-guest-firmware.rst which describes the GUIDed table
in the end of OVMF's image which is parsed by QEMU, and currently used
to describe some values for SEV and SEV-ES guests.
Signed-off-by: Dov Murik <dovmurik@linux.ibm.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Message-Id: <20220103091413.2869-1-dovmurik@linux.ibm.com>
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Diffstat (limited to 'docs/specs/index.rst')
-rw-r--r-- | docs/specs/index.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/specs/index.rst b/docs/specs/index.rst index ecc4389..2a35700 100644 --- a/docs/specs/index.rst +++ b/docs/specs/index.rst @@ -18,3 +18,4 @@ guest hardware that is specific to QEMU. acpi_mem_hotplug acpi_pci_hotplug acpi_nvdimm + sev-guest-firmware |