commit | 75942eea59cbba748f87be86a7e3d38144330837 | [log] [tgz] |
---|---|---|
author | David Woodhouse <dwmw@amazon.co.uk> | Mon Oct 23 09:37:59 2023 +0100 |
committer | David Woodhouse <dwmw@amazon.co.uk> | Fri Feb 02 16:23:48 2024 +0000 |
tree | e6a1abcea30dcc8885676f5a460bfb62b0a3e000 | |
parent | 09c292c9e4db45152e3d5fed28c7b8c60bcb3cd9 [diff] |
hw/pci: remove pci_nic_init_nofail() This function is no longer used, as all its callers have been converted to use pci_init_nic_devices() instead. Signed-off-by: David Woodhouse <dwmw@amazon.co.uk> Reviewed-by: Thomas Huth <thuth@redhat.com>