On Tue, 9 Mar 2021 13:51:17 +0100 Pierre Morel <pmorel@xxxxxxxxxxxxx> wrote: > Measurement block format 1 is made available by the extended > measurement block facility and is indicated in the SCHIB by > the bit in the PMCW. > > The MBO is specified in the SCHIB of each channel and the MBO > defined by the SCHM instruction is ignored. > > The test of the MB format 1 is just skipped if the feature is > not available. > > Signed-off-by: Pierre Morel <pmorel@xxxxxxxxxxxxx> > --- > lib/s390x/css.h | 15 +++++++++ > lib/s390x/css_lib.c | 2 +- > s390x/css.c | 75 +++++++++++++++++++++++++++++++++++++++++++++ > 3 files changed, 91 insertions(+), 1 deletion(-) Reviewed-by: Cornelia Huck <cohuck@xxxxxxxxxx>