apb: fix up PCI bus nomenclature
commit311f2b7a47105a5bc460d350e77667bcabb16832
authorMark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Mon, 4 Sep 2017 17:41:01 +0000 (4 18:41 +0100)
committerMark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Mon, 4 Sep 2017 17:41:01 +0000 (4 18:41 +0100)
treef0b7dcfa1b22d2df253fd9f3b5d0c7d4c9902220
parent07c847413b8e3776f2f2c4375b2838d4ee0008ed
apb: fix up PCI bus nomenclature

Rather than referring to the PCI busses as bus2 and bus3, refer to them as
busA and busB as per the documentation. Also replace the long bus names with
the shorter pciA and pciB aliases (to make it easier to attach additional
devices to either from the command line).

Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
hw/pci-host/apb.c
hw/sparc64/sun4u.c