From 2bc10b15deb4b29391628e10b18701bfbcf4be17 Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Tue, 25 Feb 2025 17:30:28 +0100 Subject: docs: add uefi variable service documentation Signed-off-by: Gerd Hoffmann Message-ID: <20250225163031.1409078-25-kraxel@redhat.com> --- hw/uefi/LIMITATIONS.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 hw/uefi/LIMITATIONS.md (limited to 'hw') diff --git a/hw/uefi/LIMITATIONS.md b/hw/uefi/LIMITATIONS.md new file mode 100644 index 0000000..29308bd --- /dev/null +++ b/hw/uefi/LIMITATIONS.md @@ -0,0 +1,7 @@ +known issues and limitations +---------------------------- + +* works only on little endian hosts + - accessing structs in guest ram is done without endian conversion. +* works only for 64-bit guests + - UINTN is mapped to uint64_t, for 32-bit guests that would be uint32_t -- cgit v1.1