summary refs log tree commit diff stats
path: root/hw/uefi/LIMITATIONS.md
blob: 29308bd587aa2d7140474c680715cbc718b8a20c (plain) (blame)
1
2
3
4
5
6
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