Re: [PULL 07/31] accel/tcg: Reduce 'exec/tb-context.h' inclusion

2021-05-28 Thread Philippe Mathieu-Daudé
On 5/27/21 1:46 AM, Richard Henderson wrote: > From: Philippe Mathieu-Daudé > > Only 2 headers require "exec/tb-context.h". Instead of having > all files including "exec/exec-all.h" also including it, directly > include it where it is required: > - accel/tcg/cpu-exec.c > - accel/tcg/translate-all

[PULL 07/31] accel/tcg: Reduce 'exec/tb-context.h' inclusion

2021-05-26 Thread Richard Henderson
From: Philippe Mathieu-Daudé Only 2 headers require "exec/tb-context.h". Instead of having all files including "exec/exec-all.h" also including it, directly include it where it is required: - accel/tcg/cpu-exec.c - accel/tcg/translate-all.c For plugins/plugin.h, we were implicitly relying on e