diff options
author | Alex Bennée | 2022-02-25 18:20:21 +0100 |
---|---|---|
committer | Alex Bennée | 2022-02-28 17:42:42 +0100 |
commit | b904a9096f112795e47986448c145f5970d33c33 (patch) | |
tree | eb26c6f859e2b98036625316dec897c9bf0a8033 /MAINTAINERS | |
parent | semihosting/arm-compat: replace heuristic for softmmu SYS_HEAPINFO (diff) | |
download | qemu-b904a9096f112795e47986448c145f5970d33c33.tar.gz qemu-b904a9096f112795e47986448c145f5970d33c33.tar.xz qemu-b904a9096f112795e47986448c145f5970d33c33.zip |
tests/tcg: port SYS_HEAPINFO to a system test
This allows us to check our new SYS_HEAPINFO implementation generates
sane values.
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Message-Id: <20220225172021.3493923-19-alex.bennee@linaro.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index fa8adc2618..68adaac373 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -3549,6 +3549,7 @@ S: Maintained F: semihosting/ F: include/semihosting/ F: tests/tcg/multiarch/arm-compat-semi/ +F: tests/tcg/aarch64/system/semiheap.c Multi-process QEMU M: Elena Ufimtseva <elena.ufimtseva@oracle.com> |