Hi there, Sorry for asking a question that is regarding the porting of ivshmem-demo.c. As mentioned, I was trying to replicate pci.c for the arm and I am facing some issues.
I have converted the pci_read_config() and pci_write_config() using mmio. I have used Code that is similar to that can be found in the hypervisor. hypervisor/pci.c include/jailhouse/mmio.h The mmcfg_address = PCI_get_device_mmcfg_base(bdf) + address in which I replaced the function call with value from the root cell configuration " 0x48000000". But then the PCI_read/write_config() doesn't require bdf to be passed as a parameter? Please support regarding the porting of ivshmem-demo.c to arm. -- 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.
