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][HAP] P2M page table cleanup and bug fix

To: xen-devel@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-devel] [PATCH][HAP] P2M page table cleanup and bug fix
From: "Huang2, Wei" <Wei.Huang2@xxxxxxx>
Date: Sun, 1 Apr 2007 22:27:35 -0500
Delivery-date: Mon, 02 Apr 2007 04:28:50 +0100
Envelope-to: Keir.Fraser@xxxxxxxxxxxx
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: Acd01uD1Riu8HlxzTMKbWP+04K5q9w==
Thread-topic: [PATCH][HAP] P2M page table cleanup and bug fix
This patch forces P2M top-level page table to be allocated below 4GB memory space when Xen is running under PAE mode. It also removes hap.p2m_freelists because hap mode does not have P2M batch allocation. The backpointer parameter of hap_alloc() function is removed since this parameter is useless.

Signed-off-by: Wei Huang <wei.huang2@xxxxxxx>

 arch/x86/mm/hap/hap.c    |   68 +++++++++++++++++++++++------------------------
 include/asm-x86/domain.h |    1
 2 files changed, 34 insertions(+), 35 deletions(-)

Attachment: hap_top_level_pgtable.txt
Description: hap_top_level_pgtable.txt

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] [PATCH][HAP] P2M page table cleanup and bug fix, Huang2, Wei <=