On 21.10.21 12:42, Peter Xu wrote: > Replace all the call sites of existing pci_for_each_device*() where the bus > number is calculated from a PCIBus* already. It should avoid the lookup of > the > PCIBus again. > > Signed-off-by: Peter Xu <pet...@redhat.com> > --- > hw/i386/acpi-build.c | 5 ++--- > hw/pci/pcie.c | 4 +--- > hw/ppc/spapr_pci.c | 12 +++++------- > hw/ppc/spapr_pci_nvlink2.c | 7 +++---- > hw/ppc/spapr_pci_vfio.c | 4 ++-- > hw/s390x/s390-pci-bus.c | 5 ++--- > hw/xen/xen_pt.c | 4 ++-- > 7 files changed, 17 insertions(+), 24 deletions(-) >
Reviewed-by: David Hildenbrand <da...@redhat.com> -- Thanks, David / dhildenb