summaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorPhilippe Mathieu-Daudé2020-01-01 12:23:02 +0100
committerRichard Henderson2020-01-16 02:13:10 +0100
commitd3582cfd27bb7fe29e54d98ea0b25cc7a0d6d276 (patch)
tree012997e1a2f1b12463436aa37f9d0699252c7fa4 /MAINTAINERS
parenttcg: Search includes in the parent source directory (diff)
downloadqemu-d3582cfd27bb7fe29e54d98ea0b25cc7a0d6d276.tar.gz
qemu-d3582cfd27bb7fe29e54d98ea0b25cc7a0d6d276.tar.xz
qemu-d3582cfd27bb7fe29e54d98ea0b25cc7a0d6d276.zip
tcg: Move TCG headers to include/tcg/
Reviewed-by: Paolo Bonzini <pbonzini@redhat.com> Reviewed-by: Alistair Francis <alistair.francis@wdc.com> Reviewed-by: Stefan Weil <sw@weilnetz.de> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com> Message-Id: <20200101112303.20724-4-philmd@redhat.com> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS1
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 483edfbc0b..f8952cf53e 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -2382,6 +2382,7 @@ Common TCG code
M: Richard Henderson <rth@twiddle.net>
S: Maintained
F: tcg/
+F: include/tcg/
TCG Plugins
M: Alex Bennée <alex.bennee@linaro.org>