[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] Xeno Linux never pins L1 tables ?
On 10/16/07, Mark Williamson <mark.williamson@xxxxxxxxxxxx> wrote: > I'm developing my own 32-bit (no PAE) paravirtualized kernel for xen with Does that need a vm_assist() call to enable writable page tables? or is this the default? Yes I am using an older version of Xen (Xen 3.0). There's an explicit pagetable update API for guests to batch changes to I plan to use HYPERVISOR_mmu_update() call to batch my pte changes. So going by Keir's reply I guess I have to use this hypercall in my set_pte() function that modifies a pte entry - even though I didn't explicitly issue an L1_PIN request to the hypervisor. What's troubling me is that linux-2.6.18-xen writes to the pte entry directly by dereferencing a ptep! I think I am missing something here. thanks, satya. Cheers, _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |