Re: [RFC PATCH v2 0/9] Add an interVM memory sharing device

2020-02-05 Thread no-reply
Patchew URL: https://patchew.org/QEMU/1580895185-24341-1-git-send-email-i.kotrasi...@partner.samsung.com/ Hi, This series failed the docker-mingw@fedora build test. Please find the testing commands and their output below. If you have Docker installed, you can probably reproduce it locally. =

[RFC PATCH v2 0/9] Add an interVM memory sharing device

2020-02-05 Thread i . kotrasinsk
From: Igor Kotrasinski This patchset adds a "memory exposing" device that allows two QEMU instances to share arbitrary memory regions. Unlike ivshmem, it does not create a new region of memory that's shared between VMs, but instead allows one VM to access any memory region of the other VM we choo