aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/xen/mm.h
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2008-06-13 09:54:03 +0100
committerKeir Fraser <keir.fraser@citrix.com>2008-06-13 09:54:03 +0100
commit65ce603cc1ca8882b22e3bf689b1958eedd40c97 (patch)
tree9c04aad8a1b2992ee5f781d6ee4ed39fc3baeb27 /xen/include/xen/mm.h
parent95f9581198d7c591c13cb2fe6e447092f46d50de (diff)
downloadxen-65ce603cc1ca8882b22e3bf689b1958eedd40c97.tar.gz
xen-65ce603cc1ca8882b22e3bf689b1958eedd40c97.tar.bz2
xen-65ce603cc1ca8882b22e3bf689b1958eedd40c97.zip
extract vmcoreinfo from /proc/vmcore for Xen
- the machine address and the size of the vmcoreinfo area is returned via the kexec_op(get_range) hypercall - fill the vmcoreinfo data when the kexec_op(crash load) hypercall is called Signed-off-by: Itsuro Oda <oda@valinux.co.jp>
Diffstat (limited to 'xen/include/xen/mm.h')
-rw-r--r--xen/include/xen/mm.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/xen/include/xen/mm.h b/xen/include/xen/mm.h
index 1341bb0fa0..08bd72d8ce 100644
--- a/xen/include/xen/mm.h
+++ b/xen/include/xen/mm.h
@@ -104,4 +104,6 @@ int guest_remove_page(struct domain *d, unsigned long gmfn);
/* Returns TRUE if the memory at address @p is ordinary RAM. */
int memory_is_conventional_ram(paddr_t p);
+extern unsigned long *alloc_bitmap; /* for vmcoreinfo */
+
#endif /* __XEN_MM_H__ */