Re: [PATCH 09/11] accel/tcg: Make monitor.c a target-agnostic unit

2023-09-15 Thread Anton Johansson via
On 14/09/23, Philippe Mathieu-Daudé wrote: > 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é > --- > accel/

[PATCH 09/11] accel/tcg: Make monitor.c a target-agnostic unit

2023-09-14 Thread Philippe Mathieu-Daudé
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é --- accel/tcg/internal-common.h | 17 + accel/tcg/int