mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 08:43:55 -06:00
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>
This commit is contained in:
parent
09c292c9e4
commit
75942eea59
2 changed files with 0 additions and 75 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue