accel/tcg: Make monitor.c a target-agnostic unit
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Thu, 14 Sep 2023 18:57:15 +0000 (20:57 +0200)
committerRichard Henderson <richard.henderson@linaro.org>
Wed, 4 Oct 2023 18:03:54 +0000 (11:03 -0700)
commit5934660fa2aabaf76e650dcd1fccc2b676122137
treec1c4ad88a5ec87820dfdf7c0ed02247609bec0df
parent4c268d6d03d297b83f2aa0af2de2e867af2389fc
accel/tcg: Make monitor.c a target-agnostic unit

Move target-agnostic declarations from "internal-target.h"
to a new "internal-common.h" header.
monitor.c now don't include target specific headers and can
be compiled once in system_ss[].

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Anton Johansson <anjo@rev.ng>
Message-Id: <20230914185718.76241-10-philmd@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
accel/tcg/cpu-exec.c
accel/tcg/internal-common.h [new file with mode: 0644]
accel/tcg/internal-target.h
accel/tcg/meson.build
accel/tcg/monitor.c
accel/tcg/translate-all.c