WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

[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

<Prev in Thread] Current Thread [Next in Thread>