Re: [PATCH 2/4] spapr: Move creation of ibm,architecture-vec-5 property

2020-03-15 Thread David Gibson
On Fri, Mar 13, 2020 at 12:40:03PM +0100, Greg Kurz wrote: > On Fri, 13 Mar 2020 15:05:37 +1100 > David Gibson wrote: > > > This is currently called from spapr_dt_cas_updates() which is a hang over > > from when we created this only as a diff to the DT at CAS time. Now that > > we fully rebuild

Re: [PATCH 2/4] spapr: Move creation of ibm,architecture-vec-5 property

2020-03-13 Thread Greg Kurz
On Fri, 13 Mar 2020 15:05:37 +1100 David Gibson wrote: > This is currently called from spapr_dt_cas_updates() which is a hang over > from when we created this only as a diff to the DT at CAS time. Now that > we fully rebuild the DT at CAS time, just create it alon with the rest s/alon/along >

[PATCH 2/4] spapr: Move creation of ibm,architecture-vec-5 property

2020-03-12 Thread David Gibson
This is currently called from spapr_dt_cas_updates() which is a hang over from when we created this only as a diff to the DT at CAS time. Now that we fully rebuild the DT at CAS time, just create it alon with the rest of the properties in /chosen. Signed-off-by: David Gibson --- hw/ppc/spapr.c