mirror of
https://github.com/ibm-s390-linux/s390-tools.git
synced 2026-08-05 02:14:52 +00:00
libvmdump: Remove libvmdump and vmconvert
The library libvmdump is written in C++ and uses exception handling and class inheritance. The tools vmur and vmconnect are compiled using the C++ compiler for linking with the libvmdump library. With integration of vmdump file support into the zgetdump tool and the removal of vmur vmdump file conversion support there is no need anymore the vmconvert tool. With removal of the tool vmconvert, the libvmdump library written in C++ has no more user and can be deleted. Remove the vmconvert command from the zgetdump man page. Remove the directories libvmdump and vmconvert and adjust the Makefile. Signed-off-by: Thomas Richter <tmricht@linux.ibm.com> Suggested-by: Jan Hoeppner <hoeppner@linux.ibm.com> Reviewed-by: Jan Hoeppner <hoeppner@linux.ibm.com> Signed-off-by: Steffen Eiden <seiden@linux.ibm.com>
This commit is contained in:
committed by
Steffen Eiden
parent
d5f853c460
commit
b8fff9b750
+2
-3
@@ -202,8 +202,7 @@ Use the "vmur" tool to extract such dumps from the reader
|
||||
device and save them on disk.
|
||||
.TP
|
||||
.BR "lkcd"
|
||||
This dump format is used by the Linux Kernel Crash Dumps (LKCD) project
|
||||
and also on IBM zSystems for the "vmconvert" dump tool.
|
||||
This dump format is used by the Linux Kernel Crash Dumps (LKCD) project.
|
||||
.TP
|
||||
.BR "devmem"
|
||||
On live systems the /dev/mem or /dev/crash device nodes can be used as source
|
||||
@@ -513,5 +512,5 @@ attached SCSI disks can also be accessed directly without multipathing,
|
||||
for example via the "/dev/disk/by-path/" device nodes.
|
||||
|
||||
.SH SEE ALSO
|
||||
.BR zipl (8), crash (8), makedumpfile (8), dumpconf (8), vmconvert (1), vmur (8)
|
||||
.BR zipl (8), crash (8), makedumpfile (8), dumpconf (8), vmur (8)
|
||||
.BR fdisk (8), parted (8)
|
||||
|
||||
Reference in New Issue
Block a user