mbox series

[v3,0/2] semihosting/next (SYS_HEAPINFO)

Message ID 20210615165800.23265-1-alex.bennee@linaro.org (mailing list archive)
Headers show
Series semihosting/next (SYS_HEAPINFO) | expand

Message

Alex Bennée June 15, 2021, 4:57 p.m. UTC
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