mirror of
https://github.com/ibm-s390-linux/s390-tools.git
synced 2026-08-05 02:14:52 +00:00
chpstat: Add support for new CMG types
New machine models introduce CHPIDs with two new CMG types 4 and 5. Add support for decoding the associated channel-measurement data. Reviewed-by: Vineeth Vijayan <vneethv@linux.ibm.com> Signed-off-by: Peter Oberparleiter <oberpar@linux.ibm.com> Signed-off-by: Jan Höppner <hoeppner@linux.ibm.com>
This commit is contained in:
committed by
Jan Höppner
parent
026ecbafea
commit
482bd93e2e
@@ -5,7 +5,7 @@ all: chpstat
|
||||
libs = $(rootdir)/libutil/libutil.a
|
||||
|
||||
chpstat: chpstat.o $(libs) column.o key.o cmg.o cmg_helper.o \
|
||||
cmg1.o cmg2.o cmg3.o
|
||||
cmg1.o cmg2.o cmg3.o cmg4.o cmg5.o
|
||||
|
||||
install: all
|
||||
$(INSTALL) -d -m 755 $(DESTDIR)$(BINDIR)
|
||||
|
||||
Reference in New Issue
Block a user