]> Git Repo - qemu.git/blobdiff - cpu-all.h
Pre-allocate guest address space
[qemu.git] / cpu-all.h
index 47a5722a1d9281492d8abffcce299a83e5b9f7bf..77eaf8573525ff7a6efd9bbd0e9ae2f113a3d5e9 100644 (file)
--- a/cpu-all.h
+++ b/cpu-all.h
@@ -627,6 +627,7 @@ static inline void stfq_be_p(void *ptr, float64 v)
 #if defined(CONFIG_USE_GUEST_BASE)
 extern unsigned long guest_base;
 extern int have_guest_base;
+extern unsigned long reserved_va;
 #define GUEST_BASE guest_base
 #else
 #define GUEST_BASE 0ul
This page took 0.023111 seconds and 4 git commands to generate.