pseries: Remove "busname" property for PCI host bridge
commit89dfd6e1b3c0b31ef700203808be2a9a71947d1d
authorDavid Gibson <david@gibson.dropbear.id.au>
Wed, 13 Mar 2013 15:53:25 +0000 (13 15:53 +0000)
committerAlexander Graf <agraf@suse.de>
Fri, 22 Mar 2013 14:28:45 +0000 (22 15:28 +0100)
tree8948ef88283dc816872385fdca518de10215ba2f
parenta4e044c30e0044947fd0d69b1888d916f96bba6b
pseries: Remove "busname" property for PCI host bridge

Currently the "spapr-pci-host-bridge" device has a "busname" property which
can be used to override the default assignment of qbus names for the bus
subordinate to the PHB.  We use that for the default primary PCI bus, to
make libvirt happy, which expects there to be a bus named simply "pci".
The default qdev core logic would name the bus "pci.0", and the pseries
code would otherwise name it "pci@800000020000000" which is the name it
is given in the device tree based on its BUID.

The "busname" property is rather clunky though, so this patch simplifies
things by just using a special case hack for the default PHB, setting
busname to "pci" when index=0.

Signed-off-by: Alexey Kardashevskiy <aik@ozlabs.ru>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Signed-off-by: Alexander Graf <agraf@suse.de>
hw/ppc/spapr.c
hw/spapr_pci.c
hw/spapr_pci.h