commit | 3c3a3fa6522f564873936c75f7dddfbb817d0626 | [log] [tgz] |
---|---|---|
author | Kevin O'Connor <kevin@koconnor.net> | Mon Mar 18 20:14:21 2013 -0400 |
committer | Kevin O'Connor <kevin@koconnor.net> | Mon Mar 18 20:14:21 2013 -0400 |
tree | a2312b8ede15e3a1c3be0d3538052187ecf623ac | |
parent | 2d6db556cb219ff1a15b98a18fafad33310e47b0 [diff] |
mptable: Don't describe pci-to-pci bridges. It should not be necessary to describe PCI-to-PCI bridges in the mptable. (The mptable was designed to fit in ROM, so it seems unlikely that it would be used for bridges that could be dynamically added.) Describing only the root bus should make it easier to port this content into QEMU. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>