Re: [Qemu-devel] [PATCH v5 09/17] spapr_pci: add PHB unrealize

2019-02-19 Thread David Gibson
On Tue, Feb 19, 2019 at 06:18:18PM +0100, Greg Kurz wrote: > To support PHB hotplug we need to clean up lingering references, > memory, child properties, etc. prior to the PHB object being > finalized. Generally this will be called as a result of calling > object_unparent() on the PHB object, which

[Qemu-devel] [PATCH v5 09/17] spapr_pci: add PHB unrealize

2019-02-19 Thread Greg Kurz
To support PHB hotplug we need to clean up lingering references, memory, child properties, etc. prior to the PHB object being finalized. Generally this will be called as a result of calling object_unparent() on the PHB object, which in turn would normally be called as the result of an unplug() oper