Re: [Xen-devel] [PATCH v10 09/15] tools/libxc: x86 PV restore code

2015-05-05 Thread Ian Campbell
On Thu, 2015-04-23 at 12:48 +0100, Andrew Cooper wrote: > + * Set a pfn as populated, expanding the tracking structures if needed. To > + * avoid realloc()ing too excessivly, the size increased to the nearest power "excessively". Otherwise: Acked-by: Ian Campbell

[Xen-devel] [PATCH v10 09/15] tools/libxc: x86 PV restore code

2015-04-23 Thread Andrew Cooper
Restore the x86 PV specific parts. The X86_PV_INFO, the P2M_FRAMES, SHARED_INFO, and VCPU context records. The localise_page callback is called from the common PAGE_DATA code to convert PFNs in page tables to MFNs. Page tables are pinned and the guest's P2M is updated when the stream is complete