qemu-e2k/hw/pci
David Gibson 29b358f93a pci: Add root bus parameter to pci_nic_init()
At present, pci_nic_init() and pci_nic_init_nofail() assume that they will
only create a NIC under the primary PCI root.  As we add support for
multiple PCI roots, that may no longer be the case.  This patch adds a root
bus parameter to pci_nic_init() (and updates callers accordingly) to allow
the machine init code using it to specify the right PCI root for NICs
created by old-style -net nic parameters.  NICs created new-style, with
-device can of course be put anywhere.

Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
2013-07-07 23:10:57 +03:00
..
Makefile.objs pci: Cleanup configuration for pci-hotplug.c 2013-07-04 10:45:31 +03:00
msi.c
msix.c pci: add VMSTATE_MSIX 2013-06-03 11:37:44 +02:00
pci_bridge.c pci: Allow PCI bus creation interfaces to specify the type of bus 2013-03-26 21:02:18 +02:00
pci_host.c pci: Replace pci_find_domain() with more general pci_root_bus_path() 2013-07-07 23:10:57 +03:00
pci-hotplug-old.c pci: Add root bus parameter to pci_nic_init() 2013-07-07 23:10:57 +03:00
pci-stub.c
pci.c pci: Add root bus parameter to pci_nic_init() 2013-07-07 23:10:57 +03:00
pcie_aer.c pci: Replace pci_find_domain() with more general pci_root_bus_path() 2013-07-07 23:10:57 +03:00
pcie_host.c
pcie_port.c pci_bridge: factor out common code 2013-03-26 21:02:17 +02:00
pcie.c pcie: Add endpoint capability initialization wrapper 2013-03-26 21:02:19 +02:00
shpc.c
slotid_cap.c