[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] Design question for PV superpage support
On Monday 02 March 2009, Mick Jordan wrote: > > The solution I am working on for how to support Linux hugepages (Xen > > superpages) involves creating domains made up entirely of superpages. I > > can create a working domain with superpages and am in the process of > > supporting it in save/restore. > > This wouldn't work too well for me in the case of thread stacks because > we need to map out parts of the stack and, although we want large > virtual stacks, we don't want do dedicate that much physical memory. Is > it really difficult to support mixed pages sizes in the general case, > e.g., save/restore etc.? What I am doing is populating the domain with 2M pages. The hypervisor fills in all its internal arrays as if they were regular 4K pages. The guest is then free to use mixed size pages. The only significant difference is that when a guest does allocate a 2M page, it's guaranteed to be properly aligned at the machine page level so it can be mapped as a hugepage. All 4K page allocations will continue to work. Dave McCracken Oracle Corp. _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |