Alex Williamson e5368f0da7 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>
2013-03-26 21:02:17 +02:00
2013-03-15 16:07:51 +01:00
2013-03-17 13:27:27 +02:00
2013-02-28 09:19:00 +01:00
2013-03-26 21:02:16 +02:00
2013-03-15 16:07:49 +01:00
2013-02-28 09:19:00 +01:00
2013-03-04 09:54:17 +01:00
2013-03-13 12:21:04 -05:00
2013-02-21 10:38:07 +01:00
2013-02-21 16:17:31 -06:00
2013-03-11 13:32:03 +01:00
2013-03-15 16:07:51 +01:00
2013-03-12 10:35:55 +01:00
2013-03-12 13:40:11 -05:00
2013-03-12 13:40:11 -05:00
2013-02-21 16:17:31 -06:00
2013-03-08 21:17:46 +01:00
2013-03-15 11:36:49 -05:00
2013-03-11 13:32:03 +01:00
2013-03-17 13:27:27 +02:00
2013-03-11 13:32:03 +01:00
2013-03-17 13:27:27 +02:00
2013-02-22 21:21:10 +01:00
2013-02-22 21:29:43 +01:00

Read the documentation in qemu-doc.html or on http://wiki.qemu.org

- QEMU team
Description
No description provided
Readme 404 MiB
Languages
C 82.6%
C++ 6.5%
Python 3.4%
Dylan 2.9%
Shell 1.6%
Other 2.8%