On 18/04/24, Philippe Mathieu-Daudé wrote: > GUEST_ADDR_MAX is only used in accel/tcg/user-exec.c > and "exec/cpu_ldst.h". Move it from "exec/cpu-all.h" > to "exec/cpu_ldst.h" so we can avoid including > "exec/cpu-all.h" in accel/tcg/user-exec.c. > > Signed-off-by: Philippe Mathieu-Daudé <phi...@linaro.org> > --- > include/exec/cpu-all.h | 34 +--------------------------------- > include/exec/cpu_ldst.h | 30 ++++++++++++++++++++++++++++++ > accel/tcg/cpu-exec.c | 1 - > 3 files changed, 31 insertions(+), 34 deletions(-)
Reviewed-by: Anton Johansson <a...@rev.ng>