diff options
author | Alex Bennée | 2021-03-23 17:52:51 +0100 |
---|---|---|
committer | Alex Bennée | 2021-03-24 15:25:03 +0100 |
commit | 3539d84df15a29bb72d6d1eb2c39908681056d51 (patch) | |
tree | ec2ef5bf72a0e89d954ee249c805c310537e0666 /MAINTAINERS | |
parent | tools/virtiofsd: include --socket-group in help (diff) | |
download | qemu-3539d84df15a29bb72d6d1eb2c39908681056d51.tar.gz qemu-3539d84df15a29bb72d6d1eb2c39908681056d51.tar.xz qemu-3539d84df15a29bb72d6d1eb2c39908681056d51.zip |
semihosting: move semihosting tests to multiarch
It may be arm-compat-semihosting but more than one architecture uses
it so lets move the tests into the multiarch area. We gate it on the
feature and split the semicall.h header between the arches.
Also clean-up a bit of the Makefile messing about to one common set of
runners.
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20210323165308.15244-6-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 10ed6d7624..554be84b32 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -3286,6 +3286,7 @@ M: Alex Bennée <alex.bennee@linaro.org> S: Maintained F: semihosting/ F: include/semihosting/ +F: tests/tcg/multiarch/arm-compat-semi/ Multi-process QEMU M: Elena Ufimtseva <elena.ufimtseva@oracle.com> |