Hi, This new version fixes the printing of PCI bridge information, as I was able to test it after some help from Blue Swirl.
Only the printing of PCI bridge attached devices remains untested, but according to Blue Swirl attaching devices to it is broken so I don't think it matters much. changelog --------- V2 -> V3 - Fix issues with the printing of PCI bridge info - Merge PCI bridge info patch to the main conversion one - Clarify changelog V1 -> V2 - Make class_info's key 'desc' optional - Better indentation - Doc fixes V0 -> V1 - Coding style fixes - Make 'BAR' and 'IRQ' keys lowercase - Add 'irq' key to the documentation Thanks.