Re: [Qemu-devel] [PATCH v2 1/4] s390x/css: introduce css data stream

2017-09-19 Thread Pierre Morel
On 19/09/2017 11:53, Cornelia Huck wrote: On Tue, 19 Sep 2017 11:11:27 +0200 Pierre Morel wrote: On 13/09/2017 13:50, Halil Pasic wrote: This is a preparation for introducing handling for indirect data addressing and modified indirect data addressing (CCW). Here we introduce an interface whic

Re: [Qemu-devel] [PATCH v2 1/4] s390x/css: introduce css data stream

2017-09-19 Thread Halil Pasic
On 09/19/2017 01:41 PM, Pierre Morel wrote: > On 19/09/2017 11:53, Cornelia Huck wrote: >> On Tue, 19 Sep 2017 11:11:27 +0200 >> Pierre Morel wrote: >> >>> On 13/09/2017 13:50, Halil Pasic wrote: This is a preparation for introducing handling for indirect data addressing and modified i

Re: [Qemu-devel] [PATCH v2 1/4] s390x/css: introduce css data stream

2017-09-19 Thread Pierre Morel
On 19/09/2017 11:53, Cornelia Huck wrote: On Tue, 19 Sep 2017 11:11:27 +0200 Pierre Morel wrote: On 13/09/2017 13:50, Halil Pasic wrote: This is a preparation for introducing handling for indirect data addressing and modified indirect data addressing (CCW). Here we introduce an interface whic

Re: [Qemu-devel] [PATCH v2 1/4] s390x/css: introduce css data stream

2017-09-19 Thread Cornelia Huck
On Tue, 19 Sep 2017 11:11:27 +0200 Pierre Morel wrote: > On 13/09/2017 13:50, Halil Pasic wrote: > > This is a preparation for introducing handling for indirect data > > addressing and modified indirect data addressing (CCW). Here we introduce > > an interface which should make the addressing sch

Re: [Qemu-devel] [PATCH v2 1/4] s390x/css: introduce css data stream

2017-09-19 Thread Pierre Morel
On 13/09/2017 13:50, Halil Pasic wrote: This is a preparation for introducing handling for indirect data addressing and modified indirect data addressing (CCW). Here we introduce an interface which should make the addressing scheme transparent for the client code. Here we implement only the basic

Re: [Qemu-devel] [PATCH v2 1/4] s390x/css: introduce css data stream

2017-09-19 Thread Cornelia Huck
On Tue, 19 Sep 2017 10:21:42 +0800 Dong Jia Shi wrote: > * Halil Pasic [2017-09-13 13:50:26 +0200]: > > [...] > > > diff --git a/include/hw/s390x/css.h b/include/hw/s390x/css.h > > index 0653d3c9be..79acaf99b7 100644 > > --- a/include/hw/s390x/css.h > > +++ b/include/hw/s390x/css.h > > @@ -75,

Re: [Qemu-devel] [PATCH v2 1/4] s390x/css: introduce css data stream

2017-09-18 Thread Dong Jia Shi
* Halil Pasic [2017-09-13 13:50:26 +0200]: [...] > diff --git a/include/hw/s390x/css.h b/include/hw/s390x/css.h > index 0653d3c9be..79acaf99b7 100644 > --- a/include/hw/s390x/css.h > +++ b/include/hw/s390x/css.h > @@ -75,6 +75,29 @@ typedef struct CMBE { > uint32_t reserved[7]; > } QEMU_PA

Re: [Qemu-devel] [PATCH v2 1/4] s390x/css: introduce css data stream

2017-09-14 Thread Cornelia Huck
On Wed, 13 Sep 2017 13:50:26 +0200 Halil Pasic wrote: > This is a preparation for introducing handling for indirect data > addressing and modified indirect data addressing (CCW). Here we introduce > an interface which should make the addressing scheme transparent for the > client code. Here we im

[Qemu-devel] [PATCH v2 1/4] s390x/css: introduce css data stream

2017-09-13 Thread Halil Pasic
This is a preparation for introducing handling for indirect data addressing and modified indirect data addressing (CCW). Here we introduce an interface which should make the addressing scheme transparent for the client code. Here we implement only the basic scheme (no IDA or MIDA). Signed-off-by: