Re: [PATCH v13 1/3] xen/mem_sharing: VM forking

2020-04-06 Thread Tamas K Lengyel
On Mon, Apr 6, 2020 at 4:52 AM Roger Pau Monné wrote: > > On Mon, Mar 30, 2020 at 08:02:08AM -0700, Tamas K Lengyel wrote: > > VM forking is the process of creating a domain with an empty memory space > > and a > > parent domain specified from which to populate the memory when necessary. > > For

Re: [PATCH v13 1/3] xen/mem_sharing: VM forking

2020-04-06 Thread Roger Pau Monné
On Mon, Mar 30, 2020 at 08:02:08AM -0700, Tamas K Lengyel wrote: > VM forking is the process of creating a domain with an empty memory space and > a > parent domain specified from which to populate the memory when necessary. For > the new domain to be functional the VM state is copied over as part

Re: [PATCH v13 1/3] xen/mem_sharing: VM forking

2020-03-31 Thread Julien Grall
Hi, On 30/03/2020 16:02, Tamas K Lengyel wrote: VM forking is the process of creating a domain with an empty memory space and a parent domain specified from which to populate the memory when necessary. For the new domain to be functional the VM state is copied over as part of the fork operation

[Xen-devel] [PATCH v13 1/3] xen/mem_sharing: VM forking

2020-03-30 Thread Tamas K Lengyel
VM forking is the process of creating a domain with an empty memory space and a parent domain specified from which to populate the memory when necessary. For the new domain to be functional the VM state is copied over as part of the fork operation (HVM params, hap allocation, etc). Signed-off-by: