Re: [PATCH v1 2/2] s390x: Fix SCLP return code when buffer too small

2019-09-26 Thread Thomas Huth
On 26/09/2019 14.20, Thomas Huth wrote: > On 26/09/2019 13.33, Claudio Imbrenda wrote: >> Return the correct error code when the SCCB buffer is too small to >> contain all of the output, for the Read SCP Information and >> Read CPU Information commands. >> >> Signed-off-by: Claudio Imbrenda >>

Re: [PATCH v1 2/2] s390x: Fix SCLP return code when buffer too small

2019-09-26 Thread Thomas Huth
On 26/09/2019 13.33, Claudio Imbrenda wrote: > Return the correct error code when the SCCB buffer is too small to > contain all of the output, for the Read SCP Information and > Read CPU Information commands. > > Signed-off-by: Claudio Imbrenda > Reviewed-by: Jason J. Herne > --- >

[PATCH v1 2/2] s390x: Fix SCLP return code when buffer too small

2019-09-26 Thread Claudio Imbrenda
Return the correct error code when the SCCB buffer is too small to contain all of the output, for the Read SCP Information and Read CPU Information commands. Signed-off-by: Claudio Imbrenda Reviewed-by: Jason J. Herne --- hw/s390x/sclp.c | 10 ++ 1 file changed, 10 insertions(+) diff