zdump: Extract dfo_mem_chunk interface from DFO

The primary goal is to separate DFO code into multiple smaller modules
and make it unit testable.

This refactoring only moved the code around w/o changing any functionality.

Signed-off-by: Alexander Egorenkov <egorenar@linux.ibm.com>
Signed-off-by: Jan Höppner <hoeppner@linux.ibm.com>
This commit is contained in:
Alexander Egorenkov
2021-11-11 07:21:08 +01:00
committed by Jan Höppner
parent f6a7da141c
commit 4bd16ba8ea
7 changed files with 190 additions and 140 deletions
+1 -1
View File
@@ -47,7 +47,7 @@ OBJECTS = zgetdump.o opts.o zg.o \
dfi_s390.o dfi_s390_ext.o\
dfi_s390mv.o dfi_s390mv_ext.o \
dfi_s390tape.o dfi_kdump.o \
dfi_devmem.o dfo.o \
dfi_devmem.o dfo.o dfo_mem_chunk.o \
dfo_elf.o dfo_s390.o \
df_s390.o \
dt.o dt_s390sv.o dt_s390sv_ext.o \