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] [PATCH 4/4] Enable VirtualPC 2007 run on top of XEN: add_wri

To: <xen-devel@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-devel] [PATCH 4/4] Enable VirtualPC 2007 run on top of XEN: add_write_for_data_pages
From: "Su, Disheng" <disheng.su@xxxxxxxxx>
Date: Fri, 1 Feb 2008 14:24:31 +0800
Delivery-date: Thu, 31 Jan 2008 22:29:25 -0800
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
Thread-index: Achkmxrn4eobpI0MSWW/E4usQKBviw==
Thread-topic: [PATCH 4/4] Enable VirtualPC 2007 run on top of XEN: add_write_for_data_pages
There are two cases for CR0.wp emulation: one is for page table write
emulation, another is for data page write emulation. We found more than
100,000 page faults per second for the later case. This case can be
optimized by setting _PAGE_RW bit for this ReadOnly data page when guest
CR0.wp is 0, and remove it when CR0.wp is 1. With this patch, page
faults is reduced to about 10,000 at average.

Reviewed-by: Kevin Tian <kevin.tian@xxxxxxxxx>
Signed-off-by: Disheng Su <disheng.su.com>

Attachment: 4_set_write_access_for_data_pages.patch
Description: 4_set_write_access_for_data_pages.patch

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] [PATCH 4/4] Enable VirtualPC 2007 run on top of XEN: add_write_for_data_pages, Su, Disheng <=