Displaying 1 result from an estimated 1 matches for "xednver_platform_paramet".
2007 Feb 05
0
[PATCH 0/3] dump-core take 6
The following patchset is the dump-core take 6.
It changes its format into ELF, adds PFN-GMFN/PFN table, HVM support,
and IA64 support.
Changes from take 5
- changed section name .Xen.xxx -> .xen_xxx
- added XENVER_capabilities and XEDNVER_platform_parameters to
xen_version elf note for analysis tools to know whether pae or not
- added .xen_prstatus section
- made format version single integer
- separete arch-dependent code
[PATCH 1/3] dump-core take 6: hvm domain: set shared_info.arch.max_pfn
[PATCH 2/3] dump-core take 6: compilation fix which th...