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
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
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
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
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
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,
* 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
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
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: