This requires a tiny dts patch which will be shipped along with the Jailhouse kernel queue and will also be part of jailhouse-images. On the pro side, it provides a stable PCI address of the virtual host controller and the attached devices.
Signed-off-by: Jan Kiszka <[email protected]> --- configs/arm64/espressobin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/arm64/espressobin.c b/configs/arm64/espressobin.c index d708dcbc..d620080d 100644 --- a/configs/arm64/espressobin.c +++ b/configs/arm64/espressobin.c @@ -45,7 +45,7 @@ struct { .pci_mmconfig_base = 0xfc000000, .pci_mmconfig_end_bus = 0, .pci_is_virtual = 1, - .pci_domain = -1, + .pci_domain = 1, .arm = { .gic_version = 3, .gicd_base = 0xd1d00000, -- 2.16.4 -- You received this message because you are subscribed to the Google Groups "Jailhouse" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
