sun4u: pass PCIDevice into pci_ebus_init() instead of PCIBus
commite1030ca5abc97e1465bc03776ebccaff1e9f7083
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)
treeb90e9eac7602f3bf7e8597ca461c0095f934c3cb
parent2b483739791b33c46e6084b51edcf62107058ae1
sun4u: pass PCIDevice into pci_ebus_init() instead of PCIBus

In order to wire up the ebus PCI address spaces differently then we need
access to the underlying PCIDevice.

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