Re: [PATCH RESEND v6 15/36] multi-process: setup memory manager for remote device

2020-05-12 Thread Stefan Hajnoczi
On Wed, Apr 22, 2020 at 09:13:50PM -0700, elena.ufimts...@oracle.com wrote: > diff --git a/exec.c b/exec.c > index 5b1e414099..1e02e00f00 100644 > --- a/exec.c > +++ b/exec.c > @@ -2371,6 +2371,23 @@ RAMBlock *qemu_ram_alloc_from_file(ram_addr_t size, > MemoryRegion *mr, > > return block; >

[PATCH RESEND v6 15/36] multi-process: setup memory manager for remote device

2020-04-22 Thread elena . ufimtseva
From: Jagannathan Raman sync_sysmem_msg_t message format is defined. It is used to send file descriptors of the RAM regions to remote device. RAM on the remote device is configured with a set of file descriptors. Old RAM regions are deleted and new regions, each with an fd, is added to the RAM.