The source project of this merge request has been removed.
Add mmio bus support for virtio lookup
Currently the code assumes that a virtio based device is always located
on the PCI bus.
Modify the parser to make it check the device's parent directory to
determine on which bus it is located.
Edited by Mikhail Golubev