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:
Peter Oberparleiter
2024-05-03 12:21:29 +02:00
committed by Jan Höppner
parent 026ecbafea
commit 482bd93e2e
7 changed files with 780 additions and 1 deletions
+1 -1
View File
@@ -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)