commit | 2d89ae0cbf4c04f95843ad9e4b7fe090e5afad46 | [log] [tgz] |
---|---|---|
author | David Woodhouse <dwmw@amazon.co.uk> | Mon Oct 23 09:37:23 2023 +0100 |
committer | David Woodhouse <dwmw@amazon.co.uk> | Fri Feb 02 16:23:47 2024 +0000 |
tree | b80fb953087e9e86b3d0c8f37ee0619e24252eed | |
parent | 36b6968d3408b779d32eedb0fb11a4b6b828a0b2 [diff] |
hw/sh4/r2d: use pci_init_nic_devices() Previously, the first PCI NIC would be assigned to slot 2 even if the user override the model and made it something other than an rtl8139 which is the default. Everything else would be dynamically assigned. Now, the first rtl8139 gets slot 2 and everything else is dynamic. Signed-off-by: David Woodhouse <dwmw@amazon.co.uk> Reviewed-by: Yoshinori Sato <ysato@users.sourceforge.jp>