summaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorAlex Bennée2018-04-06 14:32:18 +0200
committerAlex Bennée2018-06-20 21:22:34 +0200
commit7e97017e7db3c0ce552cf1a58df8bb97bde29c98 (patch)
treee189135e3a414b14128eebfb6f3598446b6b5c77 /MAINTAINERS
parenttests/tcg: enable building for PowerPC (diff)
downloadqemu-7e97017e7db3c0ce552cf1a58df8bb97bde29c98.tar.gz
qemu-7e97017e7db3c0ce552cf1a58df8bb97bde29c98.tar.xz
qemu-7e97017e7db3c0ce552cf1a58df8bb97bde29c98.zip
tests/tcg/Makefile: update to be called from Makefile.target
This make is now invoked from each individual target make with the appropriate CC and EXTRA_CFLAGS set for each guest. It then includes additional Makefile.targets from: - tests/tcg/multiarch (always) - tests/tcg/$(TARGET_BASE_ARCH) (if available) - tests/tcg/$(TARGET_NAME) The order is important as the later Makefile's may want to suppress TESTS from its base arch profile. Each included Makefile.target is responsible for adding TESTS as well as defining any special build instructions for individual tests. Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Tested-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS6
1 files changed, 6 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index de1ae8423e..4c955425b9 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -2156,6 +2156,12 @@ W: https://travis-ci.org/qemu/qemu
W: https://app.shippable.com/github/qemu/qemu
W: http://patchew.org/QEMU/
+Guest Test Compilation Support
+M: Alex Bennée <alex.bennee@linaro.org>
+R: Philippe Mathieu-Daudé <f4bug@amsat.org>
+F: tests/tcg/Makefile
+L: qemu-devel@nongnu.org
+
Documentation
-------------
Build system architecture