From e52eb611dbfac45ec3209f3549503aa4ba2ca2ce Mon Sep 17 00:00:00 2001 From: Anthony Liguori Date: Mon, 5 Oct 2009 15:48:22 -0500 Subject: Revert "Fix exit on 'pci_add' Monitor command" This reverts commit 0148fde54c2478ea8a47c8dbfe4c0fb8bda4d996. As requested by Luiz. Signed-off-by: Anthony Liguori --- hw/pci.h | 1 - 1 file changed, 1 deletion(-) (limited to 'hw/pci.h') diff --git a/hw/pci.h b/hw/pci.h index b867e21118..93f93fb875 100644 --- a/hw/pci.h +++ b/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, -- cgit v1.2.3