Re: [Qemu-devel] [PATCH v4 02/10] s390-ccw: refactor eckd_block_num to use CHS

2018-01-25 Thread Cornelia Huck
On Thu, 25 Jan 2018 12:06:50 +0100 Thomas Huth wrote: > On 23.01.2018 19:26, Collin L. Walling wrote: > > Add new cylinder/head/sector struct. Use it to calculate > > eckd block numbers instead of a BootMapPointer (which used > > eckd chs anyway). > > > > Signed-off-by: Collin L. Walling > > --

Re: [Qemu-devel] [PATCH v4 02/10] s390-ccw: refactor eckd_block_num to use CHS

2018-01-25 Thread Thomas Huth
On 23.01.2018 19:26, Collin L. Walling wrote: > Add new cylinder/head/sector struct. Use it to calculate > eckd block numbers instead of a BootMapPointer (which used > eckd chs anyway). > > Signed-off-by: Collin L. Walling > --- > pc-bios/s390-ccw/bootmap.c | 28 ++-- > p