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] [VTD][PATCH] Setup 1:1 mapping page table for dom0 in domhea

To: <xen-devel@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-devel] [VTD][PATCH] Setup 1:1 mapping page table for dom0 in domheap
From: "Han, Weidong" <weidong.han@xxxxxxxxx>
Date: Sun, 30 Sep 2007 13:10:59 +0800
Cc: "Kay, Allen M" <allen.m.kay@xxxxxxxxx>, Keir Fraser <keir@xxxxxxxxxxxxx>
Delivery-date: Sat, 29 Sep 2007 22:11:45 -0700
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: AcgDIEm4sSh6Wi7pR2agfjYJn+iBtg==
Thread-topic: [Xen-devel] [VTD][PATCH] Setup 1:1 mapping page table for dom0 in domheap
xenheap size is 9M on x86/32 xen, it's not enough to setup 1:1 mapping
page table for dom0. It causes dom0 cannot boot successfully. Instead of
xenheap, this patch setup 1:1 mapping page tabel in domheap, and use
map_domain_page() to get temporary mappings when need them. 

Signed-off-by: Weidong Han <weidong.han@xxxxxxxxx>

Attachment: domheap.patch
Description: domheap.patch

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] [VTD][PATCH] Setup 1:1 mapping page table for dom0 in domheap, Han, Weidong <=