Re: [Qemu-devel] [PULL 18/21] pci: Add root bus parameter to pci_nic_init()

2013-06-20 Thread Richard Henderson
On 06/20/2013 06:11 AM, Michael S. Tsirkin wrote: > From: David Gibson > > 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 roo

[Qemu-devel] [PULL 18/21] pci: Add root bus parameter to pci_nic_init()

2013-06-20 Thread Michael S. Tsirkin
From: David Gibson 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 accor