[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] Writable page tables
I have a question with regards to writable page table support. I am able to modify a page table entry via the hypercall interface (xen_l1_entry_update). However, if I enable the writable page table feature, the hypervisor fails to fix up the write fault on the same page table. The fixup fails in ptwr_do_page_fault() - the problem appears to be with the TYPE_COUNT (it is 0 and all other checks pass). Why is the writable code path more restrictive, given that the modifications done via the writable path will be validated by the hypervisor before hooking in the page table under question. Since the validation is deferred, I was expecting this path would have fewer checks. Regards, K. Y _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |