aboutsummaryrefslogtreecommitdiff
path: root/exec.c
diff options
context:
space:
mode:
authorJuan Quintela <quintela@redhat.com>2013-10-14 17:13:59 +0200
committerJuan Quintela <quintela@redhat.com>2014-01-13 14:04:54 +0100
commit220c3ebddbd1ac289ae7fc64733c9501b3921d94 (patch)
treeba08ff41709ab052b5fb828c26384c4f1c034270 /exec.c
parent981fdf2353d5e708adbe5227260d5e46eececc05 (diff)
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>
Diffstat (limited to 'exec.c')
-rw-r--r--exec.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/exec.c b/exec.c
index 514d6a08cc..b387d2856d 100644
--- a/exec.c
+++ b/exec.c
@@ -50,6 +50,7 @@
#include "translate-all.h"
#include "exec/memory-internal.h"
+#include "exec/ram_addr.h"
#include "qemu/cache-utils.h"
#include "qemu/range.h"