On 14/09/23, Philippe Mathieu-Daudé wrote: > 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é <phi...@linaro.org> > --- > MAINTAINERS | 1 - > softmmu/icount.c => accel/tcg/icount-common.c | 3 +-- > accel/tcg/meson.build | 1 + > softmmu/meson.build | 4 ---- > 4 files changed, 2 insertions(+), 7 deletions(-) > rename softmmu/icount.c => accel/tcg/icount-common.c (99%) > > diff --git a/MAINTAINERS b/MAINTAINERS > index ff436dbf21..047d143b9d 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -2912,7 +2912,6 @@ F: softmmu/main.c > F: softmmu/cpus.c > F: softmmu/cpu-throttle.c > F: softmmu/cpu-timers.c > -F: softmmu/icount.c Would also be a maintainer switch
Otherwise, Reviewed-by: Anton Johansson <a...@rev.ng>