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

2019-09-27 Thread Greg Kurz
On Fri, 27 Sep 2019 15:50:01 +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

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

2019-09-26 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