commit | 8d39f9ba14d64a147324778d3e1013eee4643e06 | [log] [tgz] |
---|---|---|
author | David Woodhouse <dwmw@amazon.co.uk> | Fri Oct 20 00:07:45 2023 +0100 |
committer | David Woodhouse <dwmw@amazon.co.uk> | Fri Feb 02 16:23:47 2024 +0000 |
tree | a2a303be9faa874709506b64a4f0d6c7b08cf517 | |
parent | 1785ae69ea262dbcfbd2d59d25ee5e7501701460 [diff] |
hw/i386/pc: use qemu_get_nic_info() and pci_init_nic_devices() Eliminate direct access to nd_table[] and nb_nics by processing the the Xen and ISA NICs first and then calling pci_init_nic_devices() for the rest. Signed-off-by: David Woodhouse <dwmw@amazon.co.uk> Reviewed-by: Paul Durrant <paul@xen.org>