Re: [PATCH 06/20] xics: Create sPAPR specific ICS subtype

2019-09-30 Thread David Gibson
On Mon, Sep 30, 2019 at 07:00:43PM +0200, Greg Kurz wrote: > On Mon, 30 Sep 2019 18:45:30 +1000 > David Gibson wrote: > > > On Fri, Sep 27, 2019 at 06:05:56PM +0200, Greg Kurz wrote: > > > On Thu, 26 Sep 2019 10:56:46 +1000 > > > David Gibson wrote: > > > > > > > On Wed, Sep 25, 2019 at 10:55:3

Re: [PATCH 06/20] xics: Create sPAPR specific ICS subtype

2019-09-30 Thread Greg Kurz
On Mon, 30 Sep 2019 18:45:30 +1000 David Gibson wrote: > On Fri, Sep 27, 2019 at 06:05:56PM +0200, Greg Kurz wrote: > > On Thu, 26 Sep 2019 10:56:46 +1000 > > David Gibson wrote: > > > > > On Wed, Sep 25, 2019 at 10:55:35AM +0200, Cédric Le Goater wrote: > > > > On 25/09/2019 10:40, Greg Kurz w

Re: [PATCH 06/20] xics: Create sPAPR specific ICS subtype

2019-09-30 Thread David Gibson
On Fri, Sep 27, 2019 at 06:05:56PM +0200, Greg Kurz wrote: > On Thu, 26 Sep 2019 10:56:46 +1000 > David Gibson wrote: > > > On Wed, Sep 25, 2019 at 10:55:35AM +0200, Cédric Le Goater wrote: > > > On 25/09/2019 10:40, Greg Kurz wrote: > > > > On Wed, 25 Sep 2019 16:45:20 +1000 > > > > David Gibson

Re: [PATCH 06/20] xics: Create sPAPR specific ICS subtype

2019-09-27 Thread Greg Kurz
On Thu, 26 Sep 2019 10:56:46 +1000 David Gibson wrote: > On Wed, Sep 25, 2019 at 10:55:35AM +0200, Cédric Le Goater wrote: > > On 25/09/2019 10:40, Greg Kurz wrote: > > > On Wed, 25 Sep 2019 16:45:20 +1000 > > > David Gibson wrote: > > > > > >> We create a subtype of TYPE_ICS specifically for s

Re: [PATCH 06/20] xics: Create sPAPR specific ICS subtype

2019-09-26 Thread Cédric Le Goater
On 26/09/2019 02:56, David Gibson wrote: > On Wed, Sep 25, 2019 at 10:55:35AM +0200, Cédric Le Goater wrote: >> On 25/09/2019 10:40, Greg Kurz wrote: >>> On Wed, 25 Sep 2019 16:45:20 +1000 >>> David Gibson wrote: >>> We create a subtype of TYPE_ICS specifically for sPAPR. For now all this >>

Re: [PATCH 06/20] xics: Create sPAPR specific ICS subtype

2019-09-25 Thread David Gibson
On Wed, Sep 25, 2019 at 10:55:35AM +0200, Cédric Le Goater wrote: > On 25/09/2019 10:40, Greg Kurz wrote: > > On Wed, 25 Sep 2019 16:45:20 +1000 > > David Gibson wrote: > > > >> We create a subtype of TYPE_ICS specifically for sPAPR. For now all this > >> does is move the setup of the PAPR speci

Re: [PATCH 06/20] xics: Create sPAPR specific ICS subtype

2019-09-25 Thread Greg Kurz
On Wed, 25 Sep 2019 10:55:35 +0200 Cédric Le Goater wrote: > On 25/09/2019 10:40, Greg Kurz wrote: > > On Wed, 25 Sep 2019 16:45:20 +1000 > > David Gibson wrote: > > > >> We create a subtype of TYPE_ICS specifically for sPAPR. For now all this > >> does is move the setup of the PAPR specific h

Re: [PATCH 06/20] xics: Create sPAPR specific ICS subtype

2019-09-25 Thread Cédric Le Goater
On 25/09/2019 10:40, Greg Kurz wrote: > On Wed, 25 Sep 2019 16:45:20 +1000 > David Gibson wrote: > >> We create a subtype of TYPE_ICS specifically for sPAPR. For now all this >> does is move the setup of the PAPR specific hcalls and RTAS calls to >> the realize() function for this, rather than r

Re: [PATCH 06/20] xics: Create sPAPR specific ICS subtype

2019-09-25 Thread Greg Kurz
On Wed, 25 Sep 2019 16:45:20 +1000 David Gibson wrote: > We create a subtype of TYPE_ICS specifically for sPAPR. For now all this > does is move the setup of the PAPR specific hcalls and RTAS calls to > the realize() function for this, rather than requiring the PAPR code to > explicitly call xic

Re: [PATCH 06/20] xics: Create sPAPR specific ICS subtype

2019-09-25 Thread Cédric Le Goater
On 25/09/2019 08:45, David Gibson wrote: > We create a subtype of TYPE_ICS specifically for sPAPR. For now all this > does is move the setup of the PAPR specific hcalls and RTAS calls to > the realize() function for this, rather than requiring the PAPR code to > explicitly call xics_spapr_init().

[PATCH 06/20] xics: Create sPAPR specific ICS subtype

2019-09-24 Thread David Gibson
We create a subtype of TYPE_ICS specifically for sPAPR. For now all this does is move the setup of the PAPR specific hcalls and RTAS calls to the realize() function for this, rather than requiring the PAPR code to explicitly call xics_spapr_init(). In future it will have some more function. Sign