[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH v2] libxc: try to find last used pfn when migrating
On Wed, Dec 02, 2015 at 08:42:17AM +0100, Juergen Gross wrote: > For migration the last used pfn of a guest is needed to size the > logdirty bitmap and as an upper bound of the page loop. Unfortunately > there are pv-kernels advertising a much higher maximum pfn as they > are really using in order to support memory hotplug. This will lead > to allocation of much more memory in Xen tools during migration as > really needed. > > Try to find the last used guest pfn of a pv-domu by scanning the p2m > tree from the last entry towards it's start and search for an entry > not being invalid. > > Normally the mid pages of the p2m tree containing all invalid entries > are being reused, so we can just scan the top page for identical > entries and skip them but the first one. > > Signed-off-by: Juergen Gross <jgross@xxxxxxxx> Reviewed-by: Wei Liu <wei.liu2@xxxxxxxxxx> _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |