mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 08:43:55 -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
|
@ -46,10 +46,6 @@ static PCIDevice *qemu_pci_hot_add_nic(Monitor *mon,
|
|||
monitor_printf(mon, "Parameter addr not supported\n");
|
||||
return NULL;
|
||||
}
|
||||
|
||||
if (nd_table[ret].model && !pci_nic_supported(nd_table[ret].model))
|
||||
return NULL;
|
||||
|
||||
return pci_nic_init(&nd_table[ret], "rtl8139", devaddr);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue