aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/xen/elfcore.h
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2008-05-30 16:04:20 +0100
committerKeir Fraser <keir.fraser@citrix.com>2008-05-30 16:04:20 +0100
commit96967abdc7dc36c793d136122101cbb73d29c73a (patch)
treee972c0dedeaa3615292203f82595b4b3b323616a /xen/include/xen/elfcore.h
parent3ffdbd856936ca2ce99464568e30e080ebb1ff8e (diff)
downloadxen-96967abdc7dc36c793d136122101cbb73d29c73a.tar.gz
xen-96967abdc7dc36c793d136122101cbb73d29c73a.tar.bz2
xen-96967abdc7dc36c793d136122101cbb73d29c73a.zip
Add xen_phys_start value in the crash info note
This patch makes the vmcore utilities (ex. crash, makedumpfile) be able to get the relocation address of the xen hypervisor from a vmcore. It is necessary for the utilities to find the data of the hypervisor structures. Note that this patch does not raise any comptibility issue for the utilities (which I know) nor the other components of xen. Signed-off-by: Itsuro Oda <oda@valinux.co.jp>
Diffstat (limited to 'xen/include/xen/elfcore.h')
-rw-r--r--xen/include/xen/elfcore.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/xen/include/xen/elfcore.h b/xen/include/xen/elfcore.h
index 175ee628fe..d0fd4266e8 100644
--- a/xen/include/xen/elfcore.h
+++ b/xen/include/xen/elfcore.h
@@ -66,6 +66,7 @@ typedef struct {
unsigned long xen_compile_time;
unsigned long tainted;
#if defined(__i386__) || defined(__x86_64__)
+ unsigned long xen_phys_start;
unsigned long dom0_pfn_to_mfn_frame_list_list;
#endif
#if defined(__ia64__)