Re: [PATCH 02/12] pc-bios/s390-ccw/virtio: Introduce a macro for the DASD block size

2022-07-03 Thread Cornelia Huck
On Sat, Jul 02 2022, Thomas Huth wrote: > On 28/06/2022 15.21, Cornelia Huck wrote: >> On Tue, Jun 28 2022, Thomas Huth wrote: >> >>> Use VIRTIO_DASD_BLOCK_SIZE instead of the magic value 4096. >>> >>> Signed-off-by: Thomas Huth >>> --- >>> pc-bios/s390-ccw/virtio.h| 1 + >>> pc-bio

Re: [PATCH 02/12] pc-bios/s390-ccw/virtio: Introduce a macro for the DASD block size

2022-07-01 Thread Thomas Huth
On 28/06/2022 15.21, Cornelia Huck wrote: On Tue, Jun 28 2022, Thomas Huth wrote: Use VIRTIO_DASD_BLOCK_SIZE instead of the magic value 4096. Signed-off-by: Thomas Huth --- pc-bios/s390-ccw/virtio.h| 1 + pc-bios/s390-ccw/virtio-blkdev.c | 2 +- 2 files changed, 2 insertions(+),

Re: [PATCH 02/12] pc-bios/s390-ccw/virtio: Introduce a macro for the DASD block size

2022-07-01 Thread Eric Farman
On Tue, 2022-06-28 at 15:21 +0200, Cornelia Huck wrote: > On Tue, Jun 28 2022, Thomas Huth wrote: > > > Use VIRTIO_DASD_BLOCK_SIZE instead of the magic value 4096. > > > > Signed-off-by: Thomas Huth > > --- > > pc-bios/s390-ccw/virtio.h| 1 + > > pc-bios/s390-ccw/virtio-blkdev.c | 2 +-

Re: [PATCH 02/12] pc-bios/s390-ccw/virtio: Introduce a macro for the DASD block size

2022-06-28 Thread Cornelia Huck
On Tue, Jun 28 2022, Thomas Huth wrote: > Use VIRTIO_DASD_BLOCK_SIZE instead of the magic value 4096. > > Signed-off-by: Thomas Huth > --- > pc-bios/s390-ccw/virtio.h| 1 + > pc-bios/s390-ccw/virtio-blkdev.c | 2 +- > 2 files changed, 2 insertions(+), 1 deletion(-) > > diff --git a/pc-b

[PATCH 02/12] pc-bios/s390-ccw/virtio: Introduce a macro for the DASD block size

2022-06-28 Thread Thomas Huth
Use VIRTIO_DASD_BLOCK_SIZE instead of the magic value 4096. Signed-off-by: Thomas Huth --- pc-bios/s390-ccw/virtio.h| 1 + pc-bios/s390-ccw/virtio-blkdev.c | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/pc-bios/s390-ccw/virtio.h b/pc-bios/s390-ccw/virtio.h index 19