diff options
author | Richard Henderson <richard.henderson@linaro.org> | 2023-03-31 19:07:00 -0700 |
---|---|---|
committer | Richard Henderson <richard.henderson@linaro.org> | 2023-06-05 12:04:29 -0700 |
commit | e4eff8e4edc188b5eee8834479b515325889e27a (patch) | |
tree | 12d5147976f880bc2cc7ab236bfc9d41aaab8a83 /MAINTAINERS | |
parent | a3a692b8bf247ab28c70fc8dce967a84db90d55c (diff) | |
download | qemu-e4eff8e4edc188b5eee8834479b515325889e27a.zip qemu-e4eff8e4edc188b5eee8834479b515325889e27a.tar.gz qemu-e4eff8e4edc188b5eee8834479b515325889e27a.tar.bz2 |
tcg: Split helper-gen.h
Create helper-gen-common.h without the target specific portion.
Use that in tcg-op-common.h. Reorg headers in target/arm to
ensure that helper-gen.h is included before helper-info.c.inc.
All other targets are already correct in this regard.
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@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 a1b8376..2366f64 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -154,6 +154,7 @@ F: include/exec/exec-all.h F: include/exec/tb-flush.h F: include/exec/target_long.h F: include/exec/helper*.h +F: include/exec/helper*.h.inc F: include/exec/helper-info.c.inc F: include/sysemu/cpus.h F: include/sysemu/tcg.h |