[Crash-utility] [PATCH 0/5] Add support for Xen KDUMP files

Petr Tesarik ptesarik at suse.com
Thu Sep 24 16:23:26 UTC 2015


For many years, Xen dumps could only be saved in ELF format. Since
makedumpfile commit 349a0ed1, it is also possible to save Xen dumps
in KDUMP format, but it cannot be opened by the crash utility. This
patch series adds support for these files.

Petr Tesarik (5):
  Move Xen Dom0 handling into xen_dom0.c
  Move xen p2m map initialization to xen_kdump_p2m
  Use XEN_MACHINE_ADDR command flag instead of overriding readmem
  Move Xen ELF note processing to xen_dom0.c
  Add Xen Dom0 support for kdump compressed files

 Makefile   |   9 +-
 diskdump.c |  27 ++++++
 ia64.c     |  23 +++--
 netdump.c  | 286 +++----------------------------------------------------------
 netdump.h  |  53 ------------
 x86.c      |  16 ++--
 x86_64.c   |  16 ++--
 xen_dom0.c | 276 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 xen_dom0.h |  75 ++++++++++++++++
 9 files changed, 422 insertions(+), 359 deletions(-)
 create mode 100644 xen_dom0.c
 create mode 100644 xen_dom0.h

-- 
2.1.4




More information about the Crash-utility mailing list