Re: [Qemu-devel] [PATCH v3 18/19] spapr: add hotplug hooks for PHB hotplug

2019-01-18 Thread Cédric Le Goater
On 1/17/19 6:16 PM, Greg Kurz wrote: > Hotplugging PHBs is a machine-level operation, but PHBs reside on the > main system bus, so we register spapr machine as the handler for the > main system bus. > > We re-get the phandle of the interrupt controller systematically for > simplicity. > > Signed-

[Qemu-devel] [PATCH v3 18/19] spapr: add hotplug hooks for PHB hotplug

2019-01-17 Thread Greg Kurz
Hotplugging PHBs is a machine-level operation, but PHBs reside on the main system bus, so we register spapr machine as the handler for the main system bus. We re-get the phandle of the interrupt controller systematically for simplicity. Signed-off-by: Michael Roth Signed-off-by: Greg Kurz --- v