qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH  v3 0/2] semihosting/next (SYS_HEAPINFO)
@ 2021-06-15 16:57 Alex Bennée
  2021-06-15 16:57 ` [PATCH v3 1/2] semihosting/arm-compat: replace heuristic for softmmu SYS_HEAPINFO Alex Bennée
  2021-06-15 16:58 ` [PATCH v3 2/2] tests/tcg: port SYS_HEAPINFO to a system test Alex Bennée
  0 siblings, 2 replies; 6+ messages in thread
From: Alex Bennée @ 2021-06-15 16:57 UTC (permalink / raw)
  To: qemu-devel; +Cc: qemu-arm, Alex Bennée

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



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2021-06-18 15:04 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-15 16:57 [PATCH v3 0/2] semihosting/next (SYS_HEAPINFO) Alex Bennée
2021-06-15 16:57 ` [PATCH v3 1/2] semihosting/arm-compat: replace heuristic for softmmu SYS_HEAPINFO Alex Bennée
2021-06-17 19:22   ` Peter Maydell
2021-06-18 10:09     ` Peter Maydell
2021-06-18 15:01       ` Peter Maydell
2021-06-15 16:58 ` [PATCH v3 2/2] tests/tcg: port SYS_HEAPINFO to a system test Alex Bennée

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).