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] Handle p2m_ram_ro with HAP

To: xen-devel <xen-devel@xxxxxxxxxxxxxxxxxxx>, "Keir Fraser" <keir.fraser@xxxxxxxxxxxxx>
Subject: [Xen-devel] [PATCH] Handle p2m_ram_ro with HAP
From: "Trolle Selander" <trolle.selander@xxxxxxxxx>
Date: Thu, 31 Jul 2008 12:02:28 +0100
Cc:
Delivery-date: Thu, 31 Jul 2008 04:03:07 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type; bh=iMb2JenDiuV9Z7vCe+dPUXvsUFWmP5PM+NZQueNABlo=; b=OSnikRj4MU5223mVhuel27xC/7gifDIl/rzRXo1zNlzh8AT3CfIMM5bdBgkgny7a8S t6SG7WuBZ3VQEg9l39EuDXvS+aAOM/aoo4DUAKGEkgBs/GMxbZKVWKWV0plo4CCofqRl 69lMKDuflVFbgletmG5VLgC5p3vQCaoyl0U4w=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=G9creWhrKzBnJjYB+XMe4iXfmydX5lmNRDRXrxSC/1ag9ZweDqi76emlGfNNwiQnoc krZAifiC+jbOK5wYjNBzBSht1Cd7S9r1rCW2FovzjVJz5LYer+8n+M2Ea3DiyvkQyP3M UbocApGo29yjGBGURgKJuMVHLIb/hRoZMIpXM=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
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/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
I realized that I had failed to cover the hardware assisted paging case in my earlier p2m_ram_ro patches. This should fix it.
Note that I say "should" - I don't actually have an NPT or EPT capable box to test this patch on, so treat it with a modicum of caution. :)
The patch also contains an update to the comment for the p2m_ram_ro type, so that it describes the current behavior.

Signed-off-by: Trolle Selander <trolle.selander@xxxxxxxxxxxxx>

Attachment: xen_handle_p2m_ram_ro_with_HAP.patch
Description: Text Data

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] [PATCH] Handle p2m_ram_ro with HAP, Trolle Selander <=