Code & Deploy
siGit Code
Git Hosting
Toggle menu
Code
Code Review
Models
Repos
Sign in
Sign in
@samitouri
/
QOSamiQemu
QOSamiQemu
/
hw
/
uefi
/
LIMITATIONS.md
Code
Commits
Issues
Pulls
Sessions
CI/CD
master
master
md
270 Bytes
View source
Raw
#
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