Re: [PATCH v2 1/4] s390x: sclp: refactor invalid command check

2019-09-27 Thread Christian Borntraeger
On 27.09.19 15:33, Claudio Imbrenda wrote: > From: Janosch Frank > > Invalid command checking has to be done before the boundary check, > refactoring it now allows to insert the boundary check at the correct > place later. > > Signed-off-by: Janosch Frank > Reviewed-by: Jason J. Herne >

Re: [PATCH v2 1/4] s390x: sclp: refactor invalid command check

2019-09-27 Thread David Hildenbrand
On 27.09.19 15:33, Claudio Imbrenda wrote: > From: Janosch Frank > > Invalid command checking has to be done before the boundary check, > refactoring it now allows to insert the boundary check at the correct > place later. > > Signed-off-by: Janosch Frank > Reviewed-by: Jason J. Herne > --- >

[PATCH v2 1/4] s390x: sclp: refactor invalid command check

2019-09-27 Thread Claudio Imbrenda
From: Janosch Frank Invalid command checking has to be done before the boundary check, refactoring it now allows to insert the boundary check at the correct place later. Signed-off-by: Janosch Frank Reviewed-by: Jason J. Herne --- hw/s390x/event-facility.c | 3 --- hw/s390x/sclp.c