On 06/25/2010 04:03 AM, Khaled Ibrahim wrote:
Apparently, not all page faults on the guest result in a page fault in the host. I would like to intercept page faults on the guest that are not handled by the host. I am not quite sure where (in the source code) can I monitor that? Can any one give me code pointers to look at?
You need to disable ept or not, and on Intel, load the kvm_intel module with bypass_guest_pf=0. With that, kvm will intercept all guest page faults.
-- I have a truly marvellous patch that fixes the bug which this signature is too narrow to contain. -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html