Re: [Xen-devel] [PATCH V4] Add flag to start info regarding virtual mapped p2m list

2015-03-20 Thread Ian Campbell
On Wed, 2015-03-18 at 16:28 +0100, Juergen Gross wrote: > Xen pv domains are using a domain private p2m list to convert guest pfns > to mfns. This p2m list has to be updated by the Xen tools during domain > restore and migration, as the mfns will most likely change. In order to > locate the p2m lis

[Xen-devel] [PATCH V4] Add flag to start info regarding virtual mapped p2m list

2015-03-18 Thread Juergen Gross
Xen pv domains are using a domain private p2m list to convert guest pfns to mfns. This p2m list has to be updated by the Xen tools during domain restore and migration, as the mfns will most likely change. In order to locate the p2m list the Xen tools need an interface provided by the guest. Up to n