[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] Re: [PATCH 2/4] x86, xen: introduce x86_init.mapping.pagetable_reserve
On 04/13/2011 03:35 AM, Stefano Stabellini wrote: > Yes, that would be ideal, but we cannot do that because we don't know > exactly where is pgt_buf_end before allocating the pagetable pages and > the pagetable pages need to be marked RO before being hooked into the > pagetable. This is why we mark the whole range RO and after the > pagetable allocation when we know for sure where is pgt_buf_end we > modify the range pgt_buf_end-pgt_buf_top to RW. The hell? You have to fill the pages before you hook them into the page tables anyway (this means writing!) and then you have to mark them RO as you add them to the page tables... anything else doesn't make any sense at all. -hpa _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |