mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 07:13:54 -06:00
include/system: Move exec/memory.h to system/memory.h
Convert the existing includes with sed -i ,exec/memory.h,system/memory.h,g Move the include within cpu-all.h into a !CONFIG_USER_ONLY block. Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
This commit is contained in:
parent
4d3ad3c3ba
commit
8be545ba5a
155 changed files with 160 additions and 161 deletions
|
@ -53,7 +53,7 @@ echo $(grep_include -F 'trace/generated-tracers.h') files include generated-trac
|
|||
echo $(grep_include -F 'qapi/error.h') files include qapi/error.h
|
||||
echo $(grep_include -F 'qom/object.h') files include qom/object.h
|
||||
echo $(grep_include -F 'block/aio.h') files include block/aio.h
|
||||
echo $(grep_include -F 'exec/memory.h') files include exec/memory.h
|
||||
echo $(grep_include -F 'system/memory.h') files include system/memory.h
|
||||
echo $(grep_include -F 'fpu/softfloat.h') files include fpu/softfloat.h
|
||||
echo $(grep_include -F 'qemu/bswap.h') files include qemu/bswap.h
|
||||
echo
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue