[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v5 0/2] semihosting/next (SYS_HEAPINFO)
From: |
Alex Bennée |
Subject: |
[PATCH v5 0/2] semihosting/next (SYS_HEAPINFO) |
Date: |
Thu, 10 Feb 2022 11:30:19 +0000 |
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
- [PATCH v5 0/2] semihosting/next (SYS_HEAPINFO),
Alex Bennée <=
Re: [PATCH v5 1/2] semihosting/arm-compat: replace heuristic for softmmu SYS_HEAPINFO, Peter Maydell, 2022/02/15