summary refs log tree commit diff stats
path: root/hw/pci/pci_bridge.c
diff options
context:
space:
mode:
authorAlex Williamson <alex.williamson@redhat.com>2013-03-07 11:29:19 -0700
committerMichael S. Tsirkin <mst@redhat.com>2013-03-26 21:02:17 +0200
commite5368f0da75c1c668e85398aa930be2f4273e684 (patch)
treeda955bc5d5c8b71c26268d6ada75dca01846aa03 /hw/pci/pci_bridge.c
parent600d05b9aa4b4d23775fc17968dd6b581928001d (diff)
downloadfocaccia-qemu-e5368f0da75c1c668e85398aa930be2f4273e684.tar.gz
focaccia-qemu-e5368f0da75c1c668e85398aa930be2f4273e684.zip
pci: Fix INTx routing notifier recursion
For some reason we recurse to fire the INTx routing notifier for each
child of a bus, for each possible device of a bus.  That means that if
we add a root port, the notifier gets called for that bridge 256
times.  If we add an upstream switch behind that root port, 256^2.  But
of course we need a downstream switch, 256^3.  This starts to be
noticeable.  Stop the insanity.

Signed-off-by: Alex Williamson <alex.williamson@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'hw/pci/pci_bridge.c')
0 files changed, 0 insertions, 0 deletions