mbox series

[kvm-unit-tests,0/4] s390x: cpumodel: Add sclp checks

Message ID 20210510150015.11119-1-frankja@linux.ibm.com (mailing list archive)
Headers show
Series s390x: cpumodel: Add sclp checks | expand

Message

Janosch Frank May 10, 2021, 3 p.m. UTC
SCLP facilities have been a bit overlooked in cpumodel tests and have
recently caused some headaches. So lets extend the tests and the
library with a bit of sclp feature checking.

Based on the uv_host branch / patches.

Janosch Frank (4):
  s390x: sclp: Only fetch read info byte 134 if cpu entries are above it
  lib: s390x: sclp: Extend feature probing
  s390x: cpumodel: FMT4 SCLP test
  s390x: cpumodel: FMT2 SCLP implies test

 lib/s390x/sclp.c | 23 +++++++++++++++-
 lib/s390x/sclp.h | 38 ++++++++++++++++++++++++--
 s390x/cpumodel.c | 71 +++++++++++++++++++++++++++++++++++++++++++++++-
 3 files changed, 127 insertions(+), 5 deletions(-)