On 2/10/22 10:00, Philippe Mathieu-Daudé wrote:
Avoid spreading the headers in multiple directories,
unify exec/user/ and user/.
Signed-off-by: Philippe Mathieu-Daudé<f4...@amsat.org>
---
bsd-user/qemu.h | 4 ++--
include/exec/cpu-all.h | 2 +-
include/{exec => }/user/abitypes.h | 0
include/user/safe-syscall.h | 6 +++---
include/{exec => }/user/thunk.h | 2 +-
linux-user/qemu.h | 2 +-
linux-user/thunk.c | 2 +-
linux-user/user-internals.h | 2 +-
scripts/coverity-scan/COMPONENTS.md | 2 +-
9 files changed, 11 insertions(+), 11 deletions(-)
rename include/{exec => }/user/abitypes.h (100%)
rename include/{exec => }/user/thunk.h (99%)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org>
Something I noticed in passing: abitypes.h doesn't need all of cpu.h, only
cpu-param.h.
r~