vm_arm: move vpci code to dedicated module #77
Conversation
eb3b93e to
3d0f7eb
Compare
87d3791 to
cf9e982
Compare
7003abc to
15b2e52
Compare
9a076cb to
ea91d57
Compare
19b1cc5 to
ab9f0fa
Compare
|
I'm working on generalizing that cross-VM connector. My intention is to support mapping as RAM and providing MMIO-style interface in addition to that PCI interface. So perhaps |
It would take another PR for this file to relax the dependency then. At the moment that seem a big practical dependency, that is why I made this change. |
88d4360 to
13053c8
Compare
|
After some more refactoring, making a VPCI module seems not really useful, as this would be just a wrapper around the vPCI helper coede in |
2800ade to
c33c7e4
Compare
39f41bf to
06120c4
Compare
ec9db48 to
f3ad38d
Compare
This calls vmm_pci_init() only when vpci is enabled. Signed-off-by: Axel Heider <axel.heider@hensoldt.net>
This PR is on top of #73 and uses the DTB generation refactoring to move the vpci support imto a dedicate module.