diff options
author | David Gibson | 2013-06-06 10:48:51 +0200 |
---|---|---|
committer | Michael S. Tsirkin | 2013-07-07 22:10:57 +0200 |
commit | 29b358f93a48a415853d11fc9b02f711b5ec8f76 (patch) | |
tree | b09d6014da1942fe62614830996552dec90fd18d /vl.c | |
parent | pci: Add root bus argument to pci_get_bus_devfn() (diff) | |
download | qemu-29b358f93a48a415853d11fc9b02f711b5ec8f76.tar.gz qemu-29b358f93a48a415853d11fc9b02f711b5ec8f76.tar.xz qemu-29b358f93a48a415853d11fc9b02f711b5ec8f76.zip |
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>
Diffstat (limited to 'vl.c')
0 files changed, 0 insertions, 0 deletions