summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorPaolo Bonzini2013-12-06 17:54:24 +0100
committerMichael S. Tsirkin2013-12-23 12:12:35 +0100
commit81e3e75b6461c53724fe7c7918bc54468fcdaf9d (patch)
tree68da44e586b2971ab605f3848d64ca106ef19a04 /include
parentACPI/DSDT-CPU: cleanup bogus comment (diff)
downloadqemu-81e3e75b6461c53724fe7c7918bc54468fcdaf9d.tar.gz
qemu-81e3e75b6461c53724fe7c7918bc54468fcdaf9d.tar.xz
qemu-81e3e75b6461c53724fe7c7918bc54468fcdaf9d.zip
pci: do not export pci_bus_reset
qbus_reset_all can be used instead. There is no semantic change because pcibus_reset returns 1 and takes care of the device tree traversal. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'include')
-rw-r--r--include/hw/pci/pci.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/hw/pci/pci.h b/include/hw/pci/pci.h
index b783e68d08..754b82de81 100644
--- a/include/hw/pci/pci.h
+++ b/include/hw/pci/pci.h
@@ -373,7 +373,6 @@ void pci_bus_fire_intx_routing_notifier(PCIBus *bus);
void pci_device_set_intx_routing_notifier(PCIDevice *dev,
PCIINTxRoutingNotifier notifier);
void pci_device_reset(PCIDevice *dev);
-void pci_bus_reset(PCIBus *bus);
PCIDevice *pci_nic_init(NICInfo *nd, PCIBus *rootbus,
const char *default_model,