aboutsummaryrefslogtreecommitdiff
path: root/include/hw
diff options
context:
space:
mode:
authorDavid Woodhouse <dwmw@amazon.co.uk>2023-10-23 09:37:59 +0100
committerDavid Woodhouse <dwmw@amazon.co.uk>2024-02-02 16:23:48 +0000
commit75942eea59cbba748f87be86a7e3d38144330837 (patch)
treee6a1abcea30dcc8885676f5a460bfb62b0a3e000 /include/hw
parent09c292c9e4db45152e3d5fed28c7b8c60bcb3cd9 (diff)
downloadqemu-75942eea59cbba748f87be86a7e3d38144330837.zip
qemu-75942eea59cbba748f87be86a7e3d38144330837.tar.gz
qemu-75942eea59cbba748f87be86a7e3d38144330837.tar.bz2
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>
Diffstat (limited to 'include/hw')
-rw-r--r--include/hw/pci/pci.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/hw/pci/pci.h b/include/hw/pci/pci.h
index 6ff0b95..eaa3fc9 100644
--- a/include/hw/pci/pci.h
+++ b/include/hw/pci/pci.h
@@ -314,9 +314,6 @@ void pci_device_set_intx_routing_notifier(PCIDevice *dev,
PCIINTxRoutingNotifier notifier);
void pci_device_reset(PCIDevice *dev);
-PCIDevice *pci_nic_init_nofail(NICInfo *nd, PCIBus *rootbus,
- const char *default_model,
- const char *default_devaddr);
void pci_init_nic_devices(PCIBus *bus, const char *default_model);
bool pci_init_nic_in_slot(PCIBus *rootbus, const char *default_model,
const char *alias, const char *devaddr);