diff options
author | Alex Bennée | 2018-04-05 16:45:32 +0200 |
---|---|---|
committer | Alex Bennée | 2018-06-20 21:22:34 +0200 |
commit | c348722c53a098d6a409ddc94b7ca20299815234 (patch) | |
tree | fd2ccb7340df032a3e00c8c4f275766b5c88c033 /MAINTAINERS | |
parent | tests/tcg/i386/test-i386: fix printf format (diff) | |
download | qemu-c348722c53a098d6a409ddc94b7ca20299815234.tar.gz qemu-c348722c53a098d6a409ddc94b7ca20299815234.tar.xz qemu-c348722c53a098d6a409ddc94b7ca20299815234.zip |
tests/tcg: move ARM specific tests into subdir
These only need to be built for ARM guests.
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Tested-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Richard Henderson <richard.henderson@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 096b5bbf61..a6d233a43a 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -135,6 +135,7 @@ M: Peter Maydell <peter.maydell@linaro.org> L: qemu-arm@nongnu.org S: Maintained F: target/arm/ +F: tests/tcg/arm/ F: hw/arm/ F: hw/cpu/a*mpcore.c F: include/hw/cpu/a*mpcore.h |