These two patches should make the mptable code easier to move out of SeaBIOS and into QEMU. The first patch stops the mptable from describing PCI-to-PCI bridges - I don't believe it was the goal (or a requirement) of the mptable to describe bridges. The second patch synchs the list of PCI irqs between the ACPI code and the mptable code. This has only been lightly tested.
Thoughts?
-Kevin
Kevin O'Connor (2): mptable: Don't describe pci-to-pci bridges. mptable: Use same PCI irqs as ACPI code.
src/acpi.c | 5 +---- src/config.h | 3 +++ src/mptable.c | 30 ++++++++++++++---------------- 3 files changed, 18 insertions(+), 20 deletions(-)