summaryrefslogtreecommitdiff
path: root/memory_mapping.h
diff options
context:
space:
mode:
Diffstat (limited to 'memory_mapping.h')
-rw-r--r--memory_mapping.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/memory_mapping.h b/memory_mapping.h
index 7f3c256548..190de12453 100644
--- a/memory_mapping.h
+++ b/memory_mapping.h
@@ -60,6 +60,9 @@ static inline int qemu_get_guest_memory_mapping(MemoryMappingList *list)
}
#endif
+/* get guest's memory mapping without do paging(virtual address is 0). */
+void qemu_get_guest_simple_memory_mapping(MemoryMappingList *list);
+
#else
/* We use MemoryMappingList* in cpu-all.h */