diff options
author | Alex Bennée | 2021-10-26 12:22:17 +0200 |
---|---|---|
committer | Alex Bennée | 2021-11-04 11:32:01 +0100 |
commit | 67f80eb4d0813788046a204595345d1195e767fb (patch) | |
tree | 0db9c1e668e5c248edb2fd0829571e5b87eb866f /MAINTAINERS | |
parent | tests/docker: split PARTIAL into PARTIAL and VIRTUAL images (diff) | |
download | qemu-67f80eb4d0813788046a204595345d1195e767fb.tar.gz qemu-67f80eb4d0813788046a204595345d1195e767fb.tar.xz qemu-67f80eb4d0813788046a204595345d1195e767fb.zip |
tests/tcg: enable debian-nios2-cross for test building
Now we have a nios2 test image we can start using it to build tests.
However signal handling in nios2 is still broken so we disable the
signals and linux-test tests that trigger the bug.
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20211026102234.3961636-12-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 75ec9c8628..797be5b366 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -226,6 +226,7 @@ F: target/microblaze/ F: hw/microblaze/ F: disas/microblaze.c F: tests/docker/dockerfiles/debian-microblaze-cross.d/build-toolchain.sh +F: tests/tcg/nios2/Makefile.target MIPS TCG CPUs M: Philippe Mathieu-Daudé <f4bug@amsat.org> |