From afb661eb902f4ad1456d57b31cdd02f0b4aac33f Mon Sep 17 00:00:00 2001 From: Alex Williamson Date: Thu, 14 Mar 2013 16:01:17 -0600 Subject: pci: Q35, Root Ports, and Switches create PCI Express buses Convert q35, ioh3420, xio3130_upstream, and xio3130_downstream to use the new TYPE_PCIE_BUS. Signed-off-by: Alex Williamson Signed-off-by: Michael S. Tsirkin --- hw/xio3130_upstream.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hw/xio3130_upstream.c') diff --git a/hw/xio3130_upstream.c b/hw/xio3130_upstream.c index d8fd19e..cd5d97d 100644 --- a/hw/xio3130_upstream.c +++ b/hw/xio3130_upstream.c @@ -57,7 +57,7 @@ static int xio3130_upstream_initfn(PCIDevice *d) PCIEPort *p = DO_UPCAST(PCIEPort, br, br); int rc; - rc = pci_bridge_initfn(d, TYPE_PCI_BUS); + rc = pci_bridge_initfn(d, TYPE_PCIE_BUS); if (rc < 0) { return rc; } -- cgit v1.1