Re: [Xen-devel] [PATCH v5 15/18] xen/mem_sharing: VM forking

2020-01-23 Thread Tamas K Lengyel
On Thu, Jan 23, 2020 at 10:21 AM George Dunlap wrote: > > On 1/21/20 5:49 PM, 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

Re: [Xen-devel] [PATCH v5 15/18] xen/mem_sharing: VM forking

2020-01-23 Thread George Dunlap
On 1/21/20 5:49 PM, 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 >

[Xen-devel] [PATCH v5 15/18] xen/mem_sharing: VM forking

2020-01-21 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: