mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 15:23:53 -06:00
memory: split cpu_physical_memory_* functions to its own include
All the functions that use ram_addr_t should be here. Signed-off-by: Juan Quintela <quintela@redhat.com> Reviewed-by: Orit Wasserman <owasserm@redhat.com>
This commit is contained in:
parent
981fdf2353
commit
220c3ebddb
5 changed files with 101 additions and 76 deletions
1
memory.c
1
memory.c
|
@ -22,6 +22,7 @@
|
|||
#include <assert.h>
|
||||
|
||||
#include "exec/memory-internal.h"
|
||||
#include "exec/ram_addr.h"
|
||||
|
||||
//#define DEBUG_UNASSIGNED
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue