From mboxrd@z Thu Jan 1 00:00:00 1970 From: R <19890121wr@gmail.com> Subject: Page Fault in PV? Date: Mon, 5 Mar 2012 14:54:39 +0800 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org Hi, I remove some pages' _PAGE_RW flags and record these pages. Then I modify do_page_fault function of Xen. I just add _PAGE_RW flags to these, when they are written. However, my domain still crashes. Guest OS are supposed to know nothing about this. Why does this happen? R