You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
qemu/hw/uefi/LIMITATIONS.md

8 lines
270 B
Markdown

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