aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/xen/elfcore.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix emacs local variable block to use correct C style variable.David Vrabel2013-02-211-1/+1
| | | | | | | The emacs variable to set the C style from a local variable block is c-file-style, not c-set-style. Signed-off-by: David Vrabel <david.vrabel@citrix.com
* In most of the codebase, use CONFIG_X86 in place of __i386__||__x86_64__Keir Fraser2012-09-121-1/+1
| | | | Signed-off-by: Keir Fraser <keir@xen.org>
* xen: Remove x86_32 build target.Keir Fraser2012-09-121-1/+1
| | | | Signed-off-by: Keir Fraser <keir@xen.org>
* remove ia64Jan Beulich2012-04-031-3/+0
| | | | | | | | | | | It retains IA64-specific bits in code imported from elsewhere (e.g. ACPI, EFI) as well as in the public headers. It also doesn't touch the tools, mini-os, and unmodified_drivers sub-trees. Signed-off-by: Jan Beulich <jbeulich@suse.com> Acked-by: Keir Fraser <keir@xen.org>
* Add xen_phys_start value in the crash info noteKeir Fraser2008-05-301-0/+1
| | | | | | | | | | | | 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>
* [IA64] Kdump: Save dom0_mm_pgd_mfn in vmcore on ia64Alex Williamson2007-09-271-1/+4
| | | | | | | | On Xen dom0_mm_pgd_mfn needs to be saved in the vmcore in order to allow the crash utility to navigate the vmcore file. Cc: Itsuro ODA <oda@valinux.co.jp> Signed-off-by: Simon Horman <horms@verge.net.au>
* [XEN] Kexec: Clean up ELF note construction to avoid multiply nestedIan Campbell2007-01-091-57/+0
| | | | | | struct/unions and the packed keyword. Signed-off-by: Ian Campbell <ian.campbell@xensource.com>
* [XEN] Revert 12977:af39d20b2b728941421ef18e5c5b1012852eec80Ian Campbell2006-12-181-2/+2
| | | | | | This changeset broke the ELF note layout on x86_64. Signed-off-by: Ian Campbell <ian.campbell@xensource.com>
* [POWERPC][XEN] Fix warning by removing "packed".Hollis Blanchard2006-12-121-2/+2
| | | | Signed-off-by: Hollis Blanchard <hollisb@us.ibm.com>
* [PATCH 01/02] Kexec / Kdump: Use NOTE_ALIGN() instead of ALIGN()Ian Campbell2006-12-041-2/+2
| | | | | | | ALIGN() is already defined in xen/include/asm-ia64/config.h. This patch renames ALIGN() to NOTE_ALIGN() to make the kexec code build on ia64. Signed-Off-By: Magnus Damm <magnus@valinux.co.jp>
* [XEN] Kexec / Kdump: Code shared between x86_32 and x86_64Ian Campbell2006-11-301-0/+3
| | | | | | | This patch contains Kexec / Kdump code shared between x86_32 and x86_64. Signed-Off-By: Magnus Damm <magnus@valinux.co.jp> Signed-Off-By: Simon Horman <horms@verge.net.au>
* [XEN] Kexec / Kdump: Generic codeIan Campbell2006-11-301-0/+137
This patch implements the generic portion of the Kexec / Kdump port to Xen. Signed-Off-By: Magnus Damm <magnus@valinux.co.jp> Signed-Off-By: Simon Horman <horms@verge.net.au>