Re: [Qemu-devel] [PATCH v4 06/15] spapr_pci: add PHB unrealize

2019-02-12 Thread David Gibson
On Tue, Feb 12, 2019 at 07:24:33PM +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 v4 06/15] spapr_pci: add PHB unrealize

2019-02-12 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