aboutsummaryrefslogtreecommitdiff
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorAlex Bennée <alex.bennee@linaro.org>2022-02-25 17:20:21 +0000
committerAlex Bennée <alex.bennee@linaro.org>2022-02-28 16:42:42 +0000
commitb904a9096f112795e47986448c145f5970d33c33 (patch)
treeeb26c6f859e2b98036625316dec897c9bf0a8033 /MAINTAINERS
parent5fc983af8b20d69279f819efef2b340565d0e9a3 (diff)
downloadqemu-b904a9096f112795e47986448c145f5970d33c33.zip
qemu-b904a9096f112795e47986448c145f5970d33c33.tar.gz
qemu-b904a9096f112795e47986448c145f5970d33c33.tar.bz2
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--MAINTAINERS1
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index fa8adc2..68adaac 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>