Re: [PATCH v2 3/4] s390x: sclp: fix error handling for oversize control blocks

2019-09-27 Thread Christian Borntraeger
On 27.09.19 15:33, Claudio Imbrenda wrote: > From: Janosch Frank > > Requests over 4k are not a spec exception. > > Signed-off-by: Janosch Frank > Reviewed-by: Jason J. Herne > --- > hw/s390x/sclp.c | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) > > diff --git a/hw/s390x/sclp.c b/

Re: [PATCH v2 3/4] s390x: sclp: fix error handling for oversize control blocks

2019-09-27 Thread David Hildenbrand
On 27.09.19 15:33, Claudio Imbrenda wrote: > From: Janosch Frank > > Requests over 4k are not a spec exception. > > Signed-off-by: Janosch Frank > Reviewed-by: Jason J. Herne > --- > hw/s390x/sclp.c | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) > > diff --git a/hw/s390x/sclp.c b/

[PATCH v2 3/4] s390x: sclp: fix error handling for oversize control blocks

2019-09-27 Thread Claudio Imbrenda
From: Janosch Frank Requests over 4k are not a spec exception. Signed-off-by: Janosch Frank Reviewed-by: Jason J. Herne --- hw/s390x/sclp.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/hw/s390x/sclp.c b/hw/s390x/sclp.c index 73244c9..abb6e50 100644 --- a/hw/s390x/sclp