On Wed, Mar 15, 2023 at 7:19 PM <crash-utility-request(a)redhat.com> wrote:
Date: Wed, 15 Mar 2023 12:18:47 +0100
From: Juergen Gross <jgross(a)suse.com>
To: crash-utility(a)redhat.com
Cc: Juergen Gross <jgross(a)suse.com>
Subject: [Crash-utility] [PATCH v2 0/3] xen: several fixes for newer
Xen versions
Message-ID: <20230315111850.21395-1-jgross(a)suse.com>
Content-Type: text/plain; charset="US-ASCII"; x-default=true
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
Thank you for the update, Juergen.
For the v2: Ack(with the warning fix).
Thanks.
Lianbo
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