On 12 February 2016 at 15:05, sridhar kulkarni <sridhar_k...@yahoo.com> wrote: > I am working on a requirement where I need to have shared memory IPC between > two guest VM's running different OS. Both VM's use vexpress-A9 boards. I > came across the "ivshmem" implementation and have some questions. Whether > the "ivshmem" implementation can be used on qemu-system-arm? I understand > that "ivshmem" device is a PCI device and require PCI bus to connect to. > Does vexpress board support this kind of arrangement?
No, there is no PCI bus on vexpress. If you need PCI you'll have to switch to 'virt' instead. thanks -- PMM