qemu-e2k/hw/mips
David Gibson 1115ff6d26 pci: Rename root bus initialization functions for clarity
pci_bus_init(), pci_bus_new_inplace(), pci_bus_new() and pci_register_bus()
are misleadingly named.  They're not used for initializing *any* PCI bus,
but only for a root PCI bus.

Non-root buses - i.e. ones under a logical PCI to PCI bridge - are instead
created with a direct qbus_create_inplace() (see pci_bridge_initfn()).

This patch renames the functions to make it clear they're only used for
a root bus.

Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Reviewed-by: Marcel Apfelbaum <marcel@redhat.com>
Reviewed-by: Peter Xu <peterx@redhat.com>
2017-12-05 19:13:45 +02:00
..
addr.c mips: Add KVM T&E segment support for TCG 2017-08-02 22:18:06 +01:00
boston.c mips: malta/boston: replace cpu_model with cpu_type 2017-10-27 16:04:28 +02:00
cps.c mips: malta/boston: replace cpu_model with cpu_type 2017-10-27 16:04:28 +02:00
gt64xxx_pci.c pci: Rename root bus initialization functions for clarity 2017-12-05 19:13:45 +02:00
Makefile.objs mips: move hw/mips/cputimer.c to target/mips/ 2017-09-21 13:24:34 +01:00
mips_fulong2e.c mips: fulong2e: replace cpu_model with cpu_type 2017-10-27 16:04:28 +02:00
mips_int.c mips: use MIPSCPU instead of CPUMIPSState 2016-05-19 16:42:27 +02:00
mips_jazz.c mips: Magnum/Acer Pica 61: replace cpu_model with cpu_type 2017-10-27 16:04:28 +02:00
mips_malta.c mips: malta/boston: replace cpu_model with cpu_type 2017-10-27 16:04:28 +02:00
mips_mipssim.c mips: mipssim: replace cpu_model with cpu_type 2017-10-27 16:04:28 +02:00
mips_r4k.c mips: r4k: replace cpu_model with cpu_type 2017-10-27 16:04:28 +02:00