aboutsummaryrefslogtreecommitdiff
path: root/hw/q35.c
diff options
context:
space:
mode:
authorAlex Williamson <alex.williamson@redhat.com>2013-03-14 16:01:17 -0600
committerMichael S. Tsirkin <mst@redhat.com>2013-03-26 21:02:18 +0200
commitafb661eb902f4ad1456d57b31cdd02f0b4aac33f (patch)
treef5a4779fdd1406c8ae0720c74287e4bf8916dc31 /hw/q35.c
parent60a0e44320cc2601236450fbe95d952830192a1d (diff)
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 <alex.williamson@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'hw/q35.c')
-rw-r--r--hw/q35.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/q35.c b/hw/q35.c
index 37592bc088..6ea081aaa3 100644
--- a/hw/q35.c
+++ b/hw/q35.c
@@ -55,7 +55,7 @@ static int q35_host_init(SysBusDevice *dev)
}
b = pci_bus_new(&s->host.pci.busdev.qdev, "pcie.0",
s->mch.pci_address_space, s->mch.address_space_io,
- 0, TYPE_PCI_BUS);
+ 0, TYPE_PCIE_BUS);
s->host.pci.bus = b;
qdev_set_parent_bus(DEVICE(&s->mch), BUS(b));
qdev_init_nofail(DEVICE(&s->mch));