xref: /openbmc/qemu/hw/uefi/LIMITATIONS.md (revision 15ef93dd48c2635d0e9f9e9a4f6dd92a40e23bff)
1known issues and limitations
2----------------------------
3
4* works only on little endian hosts
5  - accessing structs in guest ram is done without endian conversion.
6* works only for 64-bit guests
7  - UINTN is mapped to uint64_t, for 32-bit guests that would be uint32_t
8