Re: [Qemu-devel] [PATCH 11/12] spapr_pci: Remove finish_realize hook

2016-02-28 Thread Alexey Kardashevskiy
On 02/26/2016 10:32 PM, David Gibson wrote: Now that spapr-pci-vfio-host-bridge is reduced to just a stub, there is only one implementation of the finish_realize hook in sPAPRPHBClass. So, we can fold that implementation into its (single) caller, and remove the hook. That's the last thing left

[Qemu-devel] [PATCH 11/12] spapr_pci: Remove finish_realize hook

2016-02-26 Thread David Gibson
Now that spapr-pci-vfio-host-bridge is reduced to just a stub, there is only one implementation of the finish_realize hook in sPAPRPHBClass. So, we can fold that implementation into its (single) caller, and remove the hook. That's the last thing left in sPAPRPHBClass, so that can go away as well.