On 3/25/21 3:52 PM, Claudio Imbrenda wrote:
On Thu, 25 Mar 2021 10:39:00 +0100
Pierre Morel <pmorel@xxxxxxxxxxxxx> wrote:
Some tests require to disable a subchannel.
Let's implement the css_disable() function.
...snip...
+ /* Read the SCHIB for this subchannel */
+ cc = stsch(schid, &schib);
+ if (cc) {
+ report_info("stsch: sch %08x failed with cc=%d",
schid, cc);
KVM unit tests allow up to 120 columns per line, please use them, the
code will be more readable; this applies for all broken lines, not just
in this patch.
Oh someone did not read the README!
thanks.
--
Pierre Morel
IBM Lab Boeblingen