qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 3/9] include: Move exec/user/ to user/


From: Richard Henderson
Subject: Re: [PATCH 3/9] include: Move exec/user/ to user/
Date: Fri, 11 Feb 2022 10:12:12 +1100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.5.0

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é<f4bug@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.henderson@linaro.org>

Something I noticed in passing: abitypes.h doesn't need all of cpu.h, only 
cpu-param.h.


r~



reply via email to

[Prev in Thread] Current Thread [Next in Thread]