]> git.proxmox.com Git - mirror_qemu.git/commit - MAINTAINERS
tcg: Split helper-gen.h
authorRichard Henderson <richard.henderson@linaro.org>
Sat, 1 Apr 2023 02:07:00 +0000 (19:07 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Mon, 5 Jun 2023 19:04:29 +0000 (12:04 -0700)
commite4eff8e4edc188b5eee8834479b515325889e27a
tree12d5147976f880bc2cc7ab236bfc9d41aaab8a83
parenta3a692b8bf247ab28c70fc8dce967a84db90d55c
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>
MAINTAINERS
include/exec/helper-gen-common.h [new file with mode: 0644]
include/exec/helper-gen.h
include/exec/helper-gen.h.inc [new file with mode: 0644]
include/tcg/tcg-op-common.h
target/arm/tcg/translate.c