Re: [Qemu-devel] [for-2.11 PATCH 08/26] spapr_drc: add unrealize method to physical DRC class

2017-07-26 Thread Greg Kurz
On Wed, 26 Jul 2017 14:06:29 +1000 David Gibson wrote: > On Tue, Jul 25, 2017 at 07:59:44PM +0200, Greg Kurz wrote: > > When hot-unplugging a PHB, all its PCI DRC connectors get unrealized. This > > patch adds an unrealize method to the physical DRC class, in order to undo > > registrations perfo

Re: [Qemu-devel] [for-2.11 PATCH 08/26] spapr_drc: add unrealize method to physical DRC class

2017-07-25 Thread David Gibson
On Tue, Jul 25, 2017 at 07:59:44PM +0200, Greg Kurz wrote: > When hot-unplugging a PHB, all its PCI DRC connectors get unrealized. This > patch adds an unrealize method to the physical DRC class, in order to undo > registrations performed in realize_physical(). > > Signed-off-by: Greg Kurz Appli

[Qemu-devel] [for-2.11 PATCH 08/26] spapr_drc: add unrealize method to physical DRC class

2017-07-25 Thread Greg Kurz
When hot-unplugging a PHB, all its PCI DRC connectors get unrealized. This patch adds an unrealize method to the physical DRC class, in order to undo registrations performed in realize_physical(). Signed-off-by: Greg Kurz --- hw/ppc/spapr_drc.c | 16 1 file changed, 16 inserti