Hi, Hopefully the 3rd time is a charm for this series. I've removed all the review and tested tags as it is a full rewrite. The code is hopefully generic and doesn't have to play tricks with guest registers to work out where RAM is.
Please review. Alex Bennée (2): semihosting/arm-compat: replace heuristic for softmmu SYS_HEAPINFO tests/tcg: port SYS_HEAPINFO to a system test include/hw/loader.h | 10 +++ hw/core/loader.c | 19 ++++ semihosting/arm-compat-semi.c | 131 +++++++++++++++------------- tests/tcg/aarch64/system/semiheap.c | 74 ++++++++++++++++ 4 files changed, 173 insertions(+), 61 deletions(-) create mode 100644 tests/tcg/aarch64/system/semiheap.c -- 2.20.1