Re: [PATCH v10 01/16] s390x: Move diagnose 308 subcodes and rcs into ipl.h

2020-03-19 Thread Claudio Imbrenda
On Wed, 18 Mar 2020 10:30:32 -0400 Janosch Frank wrote: > They are part of the IPL process, so let's put them into the ipl > header. > > Signed-off-by: Janosch Frank Reviewed-by: Claudio Imbrenda > --- > hw/s390x/ipl.h | 11 +++ > target/s390x/diag.c | 11 --- > 2 fil

Re: [PATCH v10 01/16] s390x: Move diagnose 308 subcodes and rcs into ipl.h

2020-03-18 Thread Christian Borntraeger
On 18.03.20 15:30, Janosch Frank wrote: > They are part of the IPL process, so let's put them into the ipl > header. > > Signed-off-by: Janosch Frank Reviewed-by: Christian Borntraeger > --- > hw/s390x/ipl.h | 11 +++ > target/s390x/diag.c | 11 --- > 2 files changed, 1

Re: [PATCH v10 01/16] s390x: Move diagnose 308 subcodes and rcs into ipl.h

2020-03-18 Thread Cornelia Huck
On Wed, 18 Mar 2020 10:30:32 -0400 Janosch Frank wrote: > They are part of the IPL process, so let's put them into the ipl > header. > > Signed-off-by: Janosch Frank > --- > hw/s390x/ipl.h | 11 +++ > target/s390x/diag.c | 11 --- > 2 files changed, 11 insertions(+), 11 de

[PATCH v10 01/16] s390x: Move diagnose 308 subcodes and rcs into ipl.h

2020-03-18 Thread Janosch Frank
They are part of the IPL process, so let's put them into the ipl header. Signed-off-by: Janosch Frank --- hw/s390x/ipl.h | 11 +++ target/s390x/diag.c | 11 --- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/hw/s390x/ipl.h b/hw/s390x/ipl.h index 3e44abe1c65