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:
Anthony Liguori 2009-10-05 15:48:22 -05:00
parent 0ca9f8a42d
commit e52eb611db
3 changed files with 0 additions and 16 deletions

View file

@ -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);
}