diff options
author | Alex Bennée | 2018-04-17 12:14:37 +0200 |
---|---|---|
committer | Alex Bennée | 2018-06-20 21:22:34 +0200 |
commit | 3a082ec01b3993ff6575127042337614ca914e32 (patch) | |
tree | 4eee1cb31278e377271d004c69abc00a568eb2d8 /MAINTAINERS | |
parent | tests/tcg/i386: add runner for test-i386-fprem (diff) | |
download | qemu-3a082ec01b3993ff6575127042337614ca914e32.tar.gz qemu-3a082ec01b3993ff6575127042337614ca914e32.tar.xz qemu-3a082ec01b3993ff6575127042337614ca914e32.zip |
tests/tcg/x86_64: add Makefile.target
The sources for x86_64 are shared in the i386 directory which will be
included thanks to TARGET_BASE_ARCH. However not all sources build so
we need to filter out the ones we can't build in the 64 bit world and
those that can't be built for 32 bit.
Signed-off-by: Alex Bennée <alex.bennee@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-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 590c24377c..096b5bbf61 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -284,6 +284,7 @@ M: Eduardo Habkost <ehabkost@redhat.com> S: Maintained F: target/i386/ F: tests/tcg/i386/ +F: tests/tcg/x86_64/ F: hw/i386/ F: disas/i386.c T: git git://github.com/ehabkost/qemu.git x86-next |