diff options
author | Philippe Mathieu-Daudé | 2018-11-10 22:13:12 +0100 |
---|---|---|
committer | Richard Henderson | 2019-03-12 17:46:58 +0100 |
commit | 55fd189205493890a10245a6828b8f282ff518c2 (patch) | |
tree | 374a9b40bd1432c3768d292fe83189812d62c060 | |
parent | Merge remote-tracking branch 'remotes/awilliam/tags/vfio-updates-20190311.0' ... (diff) | |
download | qemu-55fd189205493890a10245a6828b8f282ff518c2.tar.gz qemu-55fd189205493890a10245a6828b8f282ff518c2.tar.xz qemu-55fd189205493890a10245a6828b8f282ff518c2.zip |
MAINTAINERS: Add scripts/decodetree.py to the TCG section
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-Id: <20181110211313.6922-2-f4bug@amsat.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index d326756079..3426d3369d 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -117,6 +117,7 @@ F: cpus.c F: exec.c F: accel/tcg/ F: accel/stubs/tcg-stub.c +F: scripts/decodetree.py F: include/exec/cpu*.h F: include/exec/exec-all.h F: include/exec/helper*.h |