From: Markus Armbruster <[email protected]> It's become redundant since it was added in commit 09aa9a5 "spapr-pci: enable adding PHB via -device".
Cc: Alexey Kardashevskiy <[email protected]> Signed-off-by: Markus Armbruster <[email protected]> Reviewed-by: Alexey Kardashevskiy <[email protected]> Signed-off-by: David Gibson <[email protected]> --- hw/ppc/spapr_pci.c | 1 - 1 file changed, 1 deletion(-) diff --git a/hw/ppc/spapr_pci.c b/hw/ppc/spapr_pci.c index 68de523..9f28fb3 100644 --- a/hw/ppc/spapr_pci.c +++ b/hw/ppc/spapr_pci.c @@ -1637,7 +1637,6 @@ static void spapr_phb_class_init(ObjectClass *klass, void *data) dc->reset = spapr_phb_reset; dc->vmsd = &vmstate_spapr_pci; set_bit(DEVICE_CATEGORY_BRIDGE, dc->categories); - dc->cannot_instantiate_with_device_add_yet = false; hp->plug = spapr_phb_hot_plug_child; hp->unplug = spapr_phb_hot_unplug_child; } -- 2.5.5
