diff options
author | Alex Bennée | 2018-04-05 16:03:22 +0200 |
---|---|---|
committer | Alex Bennée | 2018-06-20 21:22:34 +0200 |
commit | dd28bebd024b4c7cfb6352126cd010d389a8d374 (patch) | |
tree | e6396a4e43bf7f44eefeae6b35faf134e326ce58 /MAINTAINERS | |
parent | docker: Makefile.include introduce DOCKER_SCRIPT (diff) | |
download | qemu-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-- | MAINTAINERS | 4 |
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): ---------------------- |