Re: [Qemu-devel] [PATCH v4 3/5] virtio-ccw: use ccw data stream

2017-09-26 Thread Halil Pasic
On 09/26/2017 12:10 PM, Cornelia Huck wrote: > On Fri, 22 Sep 2017 17:39:35 +0200 > Pierre Morel wrote: > >> On 21/09/2017 20:08, Halil Pasic wrote: >>> Replace direct access which implicitly assumes no IDA >>> or MIDA with the new ccw data stream interface which should >>> cope with these tran

Re: [Qemu-devel] [PATCH v4 3/5] virtio-ccw: use ccw data stream

2017-09-26 Thread Cornelia Huck
On Fri, 22 Sep 2017 17:39:35 +0200 Pierre Morel wrote: > On 21/09/2017 20:08, Halil Pasic wrote: > > Replace direct access which implicitly assumes no IDA > > or MIDA with the new ccw data stream interface which should > > cope with these transparently in the future. > > > > Signed-off-by: Halil

Re: [Qemu-devel] [PATCH v4 3/5] virtio-ccw: use ccw data stream

2017-09-22 Thread Pierre Morel
On 21/09/2017 20:08, Halil Pasic wrote: Replace direct access which implicitly assumes no IDA or MIDA with the new ccw data stream interface which should cope with these transparently in the future. Signed-off-by: Halil Pasic Reviewed-by: Pierre Morel Reviewed-by: Dong Jia Shi --- hw/s390x/v

[Qemu-devel] [PATCH v4 3/5] virtio-ccw: use ccw data stream

2017-09-21 Thread Halil Pasic
Replace direct access which implicitly assumes no IDA or MIDA with the new ccw data stream interface which should cope with these transparently in the future. Signed-off-by: Halil Pasic Reviewed-by: Pierre Morel Reviewed-by: Dong Jia Shi --- hw/s390x/virtio-ccw.c | 155 +++--