1*2bc10b15SGerd Hoffmannknown issues and limitations 2*2bc10b15SGerd Hoffmann---------------------------- 3*2bc10b15SGerd Hoffmann 4*2bc10b15SGerd Hoffmann* works only on little endian hosts 5*2bc10b15SGerd Hoffmann - accessing structs in guest ram is done without endian conversion. 6*2bc10b15SGerd Hoffmann* works only for 64-bit guests 7*2bc10b15SGerd Hoffmann - UINTN is mapped to uint64_t, for 32-bit guests that would be uint32_t 8