mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 08:13:54 -06:00
Revert "Fix exit on 'pci_add' Monitor command"
This reverts commit 0148fde54c
.
As requested by Luiz.
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
This commit is contained in:
parent
0ca9f8a42d
commit
e52eb611db
3 changed files with 0 additions and 16 deletions
1
hw/pci.h
1
hw/pci.h
|
@ -253,7 +253,6 @@ PCIBus *pci_register_bus(DeviceState *parent, const char *name,
|
|||
pci_set_irq_fn set_irq, pci_map_irq_fn map_irq,
|
||||
void *irq_opaque, int devfn_min, int nirq);
|
||||
|
||||
int pci_nic_supported(const char *model);
|
||||
PCIDevice *pci_nic_init(NICInfo *nd, const char *default_model,
|
||||
const char *default_devaddr);
|
||||
PCIDevice *pci_nic_init_nofail(NICInfo *nd, const char *default_model,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue