summaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorAlex Bennée2018-04-05 16:03:22 +0200
committerAlex Bennée2018-06-20 21:22:34 +0200
commitdd28bebd024b4c7cfb6352126cd010d389a8d374 (patch)
treee6396a4e43bf7f44eefeae6b35faf134e326ce58 /MAINTAINERS
parentdocker: Makefile.include introduce DOCKER_SCRIPT (diff)
downloadqemu-dd28bebd024b4c7cfb6352126cd010d389a8d374.tar.gz
qemu-dd28bebd024b4c7cfb6352126cd010d389a8d374.tar.xz
qemu-dd28bebd024b4c7cfb6352126cd010d389a8d374.zip
tests/tcg: move architecture independent tests into subdir
We will want to build these for all supported guest architectures so lets move them all into one place. We also drop test_path at this point because it needs qemu utils and glib bits which is hard to support for cross compiling. Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Reviewed-by: Thomas Huth <thuth@redhat.com> Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS4
1 files changed, 4 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index da91501c7a..28dc787617 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -303,6 +303,10 @@ F: target/tricore/
F: hw/tricore/
F: include/hw/tricore/
+Multiarch Linux User Tests
+M: Alex Bennée <alex.bennee@linaro.org>
+F: tests/tcg/multiarch/
+
Guest CPU Cores (KVM):
----------------------