[Qemu-devel] [PATCH 1/4] pci: do not export pci_bus_reset

2013-12-06 Thread Paolo Bonzini
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 --- hw/pci/pci.c |8 ++-- hw/pci/pci_bridge.c |2 +- include/hw/pci/pci.h |1 - 3 files changed, 3 in

[Qemu-devel] [PATCH 1/4] pci: do not export pci_bus_reset

2013-10-03 Thread Paolo Bonzini
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 --- hw/pci/pci.c |8 ++-- hw/pci/pci_bridge.c |2 +- include/hw/pci/pci.h |1 - 3 files changed, 3 in