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

RE: [Xen-devel] [PATCH 4/4] Enable VirtualPC 2007 run on top of XEN: add

To: "Tim Deegan" <Tim.Deegan@xxxxxxxxxx>
Subject: RE: [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 18:06:19 +0800
Cc: xen-devel@xxxxxxxxxxxxxxxxxxx
Delivery-date: Fri, 01 Feb 2008 02:07:05 -0800
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: <20080201094017.GC19416@xxxxxxxxxxxxxxxxxxxxx>
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>
References: <FF386CB4AE0E4648B0A96060EC00F36C759651@xxxxxxxxxxxxxxxxxxxxxxxxxxxx> <20080201094017.GC19416@xxxxxxxxxxxxxxxxxxxxx>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
Thread-index: AchktpEqLCZDZh9kRuGw+gzn+zuguwAADSfw
Thread-topic: [Xen-devel] [PATCH 4/4] Enable VirtualPC 2007 run on top of XEN: add_write_for_data_pages
Tim Deegan wrote:
> Hi,
> 
> At 14:24 +0800 on 01 Feb (1201875871), Su, Disheng wrote:
>> 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.
> 
> Unfortunately, this isn't safe for SMP guests -- vcpu0's wp bit being
> clear shouldn't let vcpu1 ignore the _PAGE_RW bits on shared mappings.
>  
Yes, this situation havn't be handled. Could you give me some
suggestion?
How about out-of-sync shadow for CR0.wp = 0?
> Sheers,
> 
> Tim.



Best Regards,
Disheng, Su

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel

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