All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH  v5 0/2] semihosting/next (SYS_HEAPINFO)
@ 2022-02-10 11:30 Alex Bennée
  2022-02-10 11:30 ` [PATCH v5 1/2] semihosting/arm-compat: replace heuristic for softmmu SYS_HEAPINFO Alex Bennée
  2022-02-10 11:30 ` [PATCH v5 2/2] tests/tcg: port SYS_HEAPINFO to a system test Alex Bennée
  0 siblings, 2 replies; 13+ messages in thread
From: Alex Bennée @ 2022-02-10 11:30 UTC (permalink / raw)
  To: qemu-devel, peter.maydell; +Cc: qemu-arm, Alex Bennée

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



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

end of thread, other threads:[~2022-02-21 22:52 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-10 11:30 [PATCH v5 0/2] semihosting/next (SYS_HEAPINFO) Alex Bennée
2022-02-10 11:30 ` [PATCH v5 1/2] semihosting/arm-compat: replace heuristic for softmmu SYS_HEAPINFO Alex Bennée
2022-02-10 11:48   ` Philippe Mathieu-Daudé via
2022-02-11 11:52     ` Peter Maydell
2022-02-11 13:22       ` Alex Bennée
2022-02-11 16:18         ` Philippe Mathieu-Daudé via
2022-02-12 15:57           ` Peter Maydell
2022-02-15 21:27   ` Peter Maydell
2022-02-21 17:03     ` Alex Bennée
2022-02-21 17:18       ` Peter Maydell
2022-02-21 22:45         ` Alex Bennée
2022-02-10 11:30 ` [PATCH v5 2/2] tests/tcg: port SYS_HEAPINFO to a system test Alex Bennée
2022-02-15 21:29   ` Peter Maydell

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.