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

2020-04-01 Thread Igor Kotrasiński
On 10.02.2020 14:01, Igor Kotrasiński wrote: > On 2/7/20 5:33 PM, Stefan Hajnoczi wrote: >> On Fri, Feb 07, 2020 at 11:04:03AM +0100, Igor Mammedov wrote: >>> On Fri, 7 Feb 2020 10:00:50 +0100 >>> Igor Kotrasiński wrote: >>> On 2/5/20 3:49 PM, Jan Kiszka wrote: > On 05.02.20 15:39, Stefan

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

2020-02-12 Thread Stefan Hajnoczi
On Mon, Feb 10, 2020 at 02:01:48PM +0100, Igor Kotrasiński wrote: > On 2/7/20 5:33 PM, Stefan Hajnoczi wrote: > > On Fri, Feb 07, 2020 at 11:04:03AM +0100, Igor Mammedov wrote: > >> On Fri, 7 Feb 2020 10:00:50 +0100 > >> Igor Kotrasiński wrote: > >> > >>> On 2/5/20 3:49 PM, Jan Kiszka wrote: > >>>

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

2020-02-10 Thread Igor Kotrasiński
On 2/7/20 5:33 PM, Stefan Hajnoczi wrote: > On Fri, Feb 07, 2020 at 11:04:03AM +0100, Igor Mammedov wrote: >> On Fri, 7 Feb 2020 10:00:50 +0100 >> Igor Kotrasiński wrote: >> >>> On 2/5/20 3:49 PM, Jan Kiszka wrote: On 05.02.20 15:39, Stefan Hajnoczi wrote: > On Tue, Feb 04, 2020 at 12:30:

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

2020-02-07 Thread Stefan Hajnoczi
On Fri, Feb 07, 2020 at 11:04:03AM +0100, Igor Mammedov wrote: > On Fri, 7 Feb 2020 10:00:50 +0100 > Igor Kotrasiński wrote: > > > On 2/5/20 3:49 PM, Jan Kiszka wrote: > > > On 05.02.20 15:39, Stefan Hajnoczi wrote: > > >> On Tue, Feb 04, 2020 at 12:30:42PM +0100, > > >> i.kotrasi...@partner.s

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

2020-02-07 Thread Igor Mammedov
On Fri, 7 Feb 2020 10:00:50 +0100 Igor Kotrasiński wrote: > On 2/5/20 3:49 PM, Jan Kiszka wrote: > > On 05.02.20 15:39, Stefan Hajnoczi wrote: > >> On Tue, Feb 04, 2020 at 12:30:42PM +0100, > >> i.kotrasi...@partner.samsung.com wrote: > >>> From: Igor Kotrasinski > >>> > >>> This patchset a

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

2020-02-07 Thread Igor Kotrasiński
On 2/5/20 3:49 PM, Jan Kiszka wrote: On 05.02.20 15:39, Stefan Hajnoczi wrote: On Tue, Feb 04, 2020 at 12:30:42PM +0100, i.kotrasi...@partner.samsung.com wrote: From: Igor Kotrasinski This patchset adds a "memory exposing" device that allows two QEMU instances to share arbitrary memory region

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

2020-02-05 Thread Jan Kiszka
On 05.02.20 15:39, Stefan Hajnoczi wrote: On Tue, Feb 04, 2020 at 12:30:42PM +0100, i.kotrasi...@partner.samsung.com wrote: 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

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

2020-02-05 Thread Stefan Hajnoczi
On Tue, Feb 04, 2020 at 12:30:42PM +0100, i.kotrasi...@partner.samsung.com wrote: > 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 shar

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

2020-02-04 Thread no-reply
Patchew URL: https://patchew.org/QEMU/1580815851-28887-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. =

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

2020-02-04 Thread no-reply
Patchew URL: https://patchew.org/QEMU/1580815851-28887-1-git-send-email-i.kotrasi...@partner.samsung.com/ Hi, This series seems to have some coding style problems. See output below for more information: Subject: [RFC 0/9] Add an interVM memory sharing device Message-id: 1580815851-28887-1

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

2020-02-04 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