Re: [Qemu-devel] [PATCH 1/3] s390: Refactor IPL parameter block generation

2018-04-06 Thread Cornelia Huck
On Fri, 6 Apr 2018 09:52:35 +0200 Thomas Huth wrote: > On 05.04.2018 17:07, Viktor Mihajlovski wrote: > > Splitting out the the CCW device extraction allows reuse. > > > > Signed-off-by: Viktor Mihajlovski > > --- > > hw/s390x/ipl.c | 81 > >

Re: [Qemu-devel] [PATCH 1/3] s390: Refactor IPL parameter block generation

2018-04-06 Thread Thomas Huth
On 05.04.2018 17:07, Viktor Mihajlovski wrote: > Splitting out the the CCW device extraction allows reuse. > > Signed-off-by: Viktor Mihajlovski > --- > hw/s390x/ipl.c | 81 > -- > 1 file changed, 51

Re: [Qemu-devel] [PATCH 1/3] s390: Refactor IPL parameter block generation

2018-04-05 Thread Farhan Ali
On 04/05/2018 11:07 AM, Viktor Mihajlovski wrote: Splitting out the the CCW device extraction allows reuse. Signed-off-by: Viktor Mihajlovski --- hw/s390x/ipl.c | 81 -- 1 file changed, 51 insertions(+),

[Qemu-devel] [PATCH 1/3] s390: Refactor IPL parameter block generation

2018-04-05 Thread Viktor Mihajlovski
Splitting out the the CCW device extraction allows reuse. Signed-off-by: Viktor Mihajlovski --- hw/s390x/ipl.c | 81 -- 1 file changed, 51 insertions(+), 30 deletions(-) diff --git a/hw/s390x/ipl.c