Hello Dave,
I'm sorry for taking considerably long time. Now I post a patch set
implementing sadump support for crash utility.
Applying this patch set, crash utility will be able to recognize
sadump-related formats on 3 kinds configurations: single partition,
diskset and media backup file.
The crash version the patch set can be applied to is 5.1.7.
Please look at each patch description for detailed explanation.
BTW, do you want sadump dumpfiles? I geuss you need them for testing
samples.
Makefile | 10 +-
defs.h | 33 ++
filesys.c | 2 +-
kernel.c | 6 +-
main.c | 49 ++-
memory.c | 23 +-
netdump.c | 2 +-
remote.c | 2 +-
sadump.c | 1554 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
sadump.h | 210 +++++++++
tools.c | 18 +-
x86.c | 16 +-
x86_64.c | 39 ++-
13 files changed, 1929 insertions(+), 35 deletions(-)
Thanks.
HATAYAMA, Daisuke