mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 16:53:55 -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
|
@ -1,5 +1,5 @@
|
|||
#include "qemu/osdep.h"
|
||||
#include "exec/memory.h"
|
||||
#include "system/memory.h"
|
||||
#include "hw/display/edid.h"
|
||||
|
||||
static uint64_t edid_region_read(void *ptr, hwaddr addr, unsigned size)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue