Re: [PATCH for-5.0 4/4] spapr: Abort if XICS interrupt controller cannot be initialized

2019-11-18 Thread Cédric Le Goater
On 18/11/2019 00:20, Greg Kurz wrote: > Failing to set any of the ICS property should really never happen: > - object_property_add_child() always succeed unless the child object > already has a parent, which isn't the case here obviously since the > ICS has just been created with object_new() >

[PATCH for-5.0 4/4] spapr: Abort if XICS interrupt controller cannot be initialized

2019-11-17 Thread Greg Kurz
Failing to set any of the ICS property should really never happen: - object_property_add_child() always succeed unless the child object already has a parent, which isn't the case here obviously since the ICS has just been created with object_new() - the ICS has an "nr-irqs" property than can be