Re: [Qemu-devel] [PATCH 4/5] s390x/css: support ccw IDA

2017-09-13 Thread Cornelia Huck
On Wed, 13 Sep 2017 12:31:20 +0200 Halil Pasic wrote: > I think, in absence of further complaints or concrete ideas I will go > with the more structured variant (second one) for v2. I would like > to post a v2 soon to avoid juggling to much stuff in head. Yeah, let's see v2. Maybe someone else c

Re: [Qemu-devel] [PATCH 4/5] s390x/css: support ccw IDA

2017-09-13 Thread Halil Pasic
On 09/13/2017 11:58 AM, Cornelia Huck wrote: > On Mon, 11 Sep 2017 20:08:16 +0200 > Halil Pasic wrote: > >> On 09/06/2017 03:10 PM, Cornelia Huck wrote: >>> On Tue, 5 Sep 2017 13:16:44 +0200 >>> Halil Pasic wrote: >>> Let's add indirect data addressing support for our virtual channel

Re: [Qemu-devel] [PATCH 4/5] s390x/css: support ccw IDA

2017-09-13 Thread Cornelia Huck
On Mon, 11 Sep 2017 20:08:16 +0200 Halil Pasic wrote: > On 09/06/2017 03:10 PM, Cornelia Huck wrote: > > On Tue, 5 Sep 2017 13:16:44 +0200 > > Halil Pasic wrote: > > > >> Let's add indirect data addressing support for our virtual channel > >> subsystem. This implementation does no prefetchin

Re: [Qemu-devel] [PATCH 4/5] s390x/css: support ccw IDA

2017-09-11 Thread Halil Pasic
On 09/06/2017 03:10 PM, Cornelia Huck wrote: > On Tue, 5 Sep 2017 13:16:44 +0200 > Halil Pasic wrote: > >> Let's add indirect data addressing support for our virtual channel >> subsystem. This implementation does no prefetching, but steps >> trough the idal as we go. >> >> Signed-off-by: Halil

Re: [Qemu-devel] [PATCH 4/5] s390x/css: support ccw IDA

2017-09-06 Thread Cornelia Huck
On Tue, 5 Sep 2017 13:16:44 +0200 Halil Pasic wrote: > Let's add indirect data addressing support for our virtual channel > subsystem. This implementation does no prefetching, but steps > trough the idal as we go. > > Signed-off-by: Halil Pasic > --- > hw/s390x/css.c | 110 >