]> git.proxmox.com Git - mirror_qemu.git/commit
tcg: Split helper-proto.h
authorRichard Henderson <richard.henderson@linaro.org>
Sat, 1 Apr 2023 03:13:36 +0000 (20:13 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Mon, 5 Jun 2023 19:04:29 +0000 (12:04 -0700)
commitc213ee2dfc7365c0c8544fa25672d891fdffe343
tree5e29a9ec7ea7907189c14f4ec6e3ad54c643875b
parente4eff8e4edc188b5eee8834479b515325889e27a
tcg: Split helper-proto.h

Create helper-proto-common.h without the target specific portion.
Use that in tcg-op-common.h.  Include helper-proto.h in target/arm
and target/hexagon 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>
accel/tcg/cputlb.c
accel/tcg/plugin-gen.c
accel/tcg/tcg-runtime-gvec.c
accel/tcg/tcg-runtime.c
include/exec/helper-proto-common.h [new file with mode: 0644]
include/exec/helper-proto.h
include/exec/helper-proto.h.inc [new file with mode: 0644]
include/tcg/tcg-op-common.h
target/arm/tcg/translate.c
target/hexagon/translate.c