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

Alex Bennée posted 2 patches 2 years, 10 months ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20210615165800.23265-1-alex.bennee@linaro.org
There is a newer version of this series
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
[PATCH v3 0/2] semihosting/next (SYS_HEAPINFO)
Posted by Alex Bennée 2 years, 10 months ago
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