When trying to look into a vmcore in Xen mode which was obtained from
a machine running Xen 4.16, I realized that crash wasn't able to handle
that.
Looking into the issue I found that crash is lacking several adaptions
to newer Xen versions (at least 4.13 onwards).
There might be more missing, but it is now at least possible to do
_some_ debugging.
Changes in V2:
- addressed comments
Juergen Gross (3):
  xen: fix stacksize
  xen: get stack address via stack_base array if available
  xen: adjust to new scheduler structures
 x86_64.c                |   2 +-
 xen_hyper.c             | 119 +++++++++++++++++++++++++---------------
 xen_hyper_defs.h        |   4 +-
 xen_hyper_dump_tables.c |   4 ++
 4 files changed, 83 insertions(+), 46 deletions(-)
-- 
2.35.3