Re: [Qemu-devel] [PATCH] pc-bios/s390-ccw: define loadparm length

2018-05-30 Thread Farhan Ali
On 05/29/2018 12:40 AM, Collin Walling wrote: Loadparm is defined by the s390 architecture to be 8 bytes in length. Let's define this size in the s390-ccw bios. Suggested-by: Laszlo Ersek Signed-off-by: Collin Walling --- pc-bios/s390-ccw/iplb.h | 4 +++- pc-bios/s390-ccw/main.c | 8

Re: [Qemu-devel] [PATCH] pc-bios/s390-ccw: define loadparm length

2018-05-30 Thread Thomas Huth
On 30.05.2018 09:47, Cornelia Huck wrote: > On Tue, 29 May 2018 00:40:09 -0400 > Collin Walling wrote: > >> Loadparm is defined by the s390 architecture to be 8 bytes >> in length. Let's define this size in the s390-ccw bios. >> >> Suggested-by: Laszlo Ersek >> Signed-off-by: Collin Walling >>

Re: [Qemu-devel] [PATCH] pc-bios/s390-ccw: define loadparm length

2018-05-30 Thread Cornelia Huck
On Tue, 29 May 2018 00:40:09 -0400 Collin Walling wrote: > Loadparm is defined by the s390 architecture to be 8 bytes > in length. Let's define this size in the s390-ccw bios. > > Suggested-by: Laszlo Ersek > Signed-off-by: Collin Walling > --- > pc-bios/s390-ccw/iplb.h | 4 +++- >

Re: [Qemu-devel] [PATCH] pc-bios/s390-ccw: define loadparm length

2018-05-29 Thread Laszlo Ersek
On 05/29/18 06:40, Collin Walling wrote: > Loadparm is defined by the s390 architecture to be 8 bytes > in length. Let's define this size in the s390-ccw bios. > > Suggested-by: Laszlo Ersek > Signed-off-by: Collin Walling > --- > pc-bios/s390-ccw/iplb.h | 4 +++- > pc-bios/s390-ccw/main.c | 8

[Qemu-devel] [PATCH] pc-bios/s390-ccw: define loadparm length

2018-05-28 Thread Collin Walling
Loadparm is defined by the s390 architecture to be 8 bytes in length. Let's define this size in the s390-ccw bios. Suggested-by: Laszlo Ersek Signed-off-by: Collin Walling --- pc-bios/s390-ccw/iplb.h | 4 +++- pc-bios/s390-ccw/main.c | 8 pc-bios/s390-ccw/sclp.c | 2 +-