accel/tcg: Make icount.o a target agnostic unit
commit467bf3fc09d08937061c86eefef185341e4c2cf8
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Thu, 14 Sep 2023 18:57:16 +0000 (14 20:57 +0200)
committerRichard Henderson <richard.henderson@linaro.org>
Wed, 4 Oct 2023 18:03:54 +0000 (4 11:03 -0700)
tree607a88757ba8e4527229a4db0a14c1dc55de41f8
parent5934660fa2aabaf76e650dcd1fccc2b676122137
accel/tcg: Make icount.o a target agnostic unit

Remove the unused "exec/exec-all.h" header. There is
no more target specific code in it: make it target
agnostic (rename using the '-common' suffix). Since
it is TCG specific, move it to accel/tcg, updating
MAINTAINERS.

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Anton Johansson <anjo@rev.ng>
Message-Id: <20230914185718.76241-11-philmd@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
MAINTAINERS
accel/tcg/icount-common.c [moved from softmmu/icount.c with 99% similarity]
accel/tcg/meson.build
softmmu/meson.build