[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] RE: [Xen-devel] Re: super page with live migration
>From: Ian Pratt >Sent: 2008年9月26日 18:18 > >>> if it turns out that the contiguous stream of pseudo-phys addresses >is broken in the next batch. > >Rather than shattering the 2MB frame, it would be better to copy the >pages out into a heap-allocated buffer, free the 2MB frame, and then >allocate order-0 pages and copy the data in. > >This avoids needlessly fragmenting xen's memory. > I'm not familiar with restore proecss. Just a curious question. Is it difficult or intrusive if we still keep 2MB frame even when next 511 pages across batch boundary? Then when pages in future batches come, we just copy them into previously allocated 2MB frame covering them. I'm just not sure about the possibility for an individual 4k pseudo-phys page occuring in early patch, which then result most following superpages across batch boundary, and thus few 2MB frame can be allocated in target side. Maybe this concern is not true due to batch creation in save process? :-) Thanks, Kevin _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |