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

Alex Bennée posted 2 patches 2 years, 2 months ago
Test checkpatch failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20220210113021.3799514-1-alex.bennee@linaro.org
include/hw/loader.h                 |  14 +++
hw/core/loader.c                    |  86 +++++++++++++++++++
semihosting/arm-compat-semi.c       | 129 +++++++++++++++-------------
tests/tcg/aarch64/system/semiheap.c |  93 ++++++++++++++++++++
MAINTAINERS                         |   1 +
5 files changed, 262 insertions(+), 61 deletions(-)
create mode 100644 tests/tcg/aarch64/system/semiheap.c
[PATCH v5 0/2] semihosting/next (SYS_HEAPINFO)
Posted by Alex Bennée 2 years, 2 months ago
Hi,

I'm working through the backlog of stalled patches in my queue so here
is the latest version of the semihosting info fixes with Peter's
comments addressed. Both patches are still missing their elusive r-b
tags ;-)

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                 |  14 +++
 hw/core/loader.c                    |  86 +++++++++++++++++++
 semihosting/arm-compat-semi.c       | 129 +++++++++++++++-------------
 tests/tcg/aarch64/system/semiheap.c |  93 ++++++++++++++++++++
 MAINTAINERS                         |   1 +
 5 files changed, 262 insertions(+), 61 deletions(-)
 create mode 100644 tests/tcg/aarch64/system/semiheap.c

-- 
2.30.2