On 18/04/24, Philippe Mathieu-Daudé wrote: > The include/user/ directory contains the user-emulation > specific headers. Move guest-base.h there too. > > Signed-off-by: Philippe Mathieu-Daudé <phi...@linaro.org> > --- > include/exec/cpu-all.h | 2 +- > include/{exec => }/user/guest-base.h | 4 ++-- > tcg/tcg.c | 2 +- > 3 files changed, 4 insertions(+), 4 deletions(-) > rename include/{exec => }/user/guest-base.h (72%)
Patch looks good, but the difference between user/ and exec/user is not entirely clear to me :) Reviewed-by: Anton Johansson <a...@rev.ng>