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][VTD] 1:1 mapping for dom0 exhausts xenheap on x86/32 wit

To: "Keir Fraser" <Keir.Fraser@xxxxxxxxxxxx>, <xen-devel@xxxxxxxxxxxxxxxxxxx>
Subject: RE: [Xen-devel][VTD] 1:1 mapping for dom0 exhausts xenheap on x86/32 with 4G memory
From: "Han, Weidong" <weidong.han@xxxxxxxxx>
Date: Fri, 28 Sep 2007 15:51:45 +0800
Cc: "Kay, Allen M" <allen.m.kay@xxxxxxxxx>
Delivery-date: Fri, 28 Sep 2007 00:52:56 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: <C3226EC4.E251%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>
References: <08DF4D958216244799FC84F3514D70F00ABA9E@xxxxxxxxxxxxxxxxxxxxxxxxxxxx> <C3226EC4.E251%Keir.Fraser@xxxxxxxxxxxx>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
Thread-index: AcgBkBj9hxSsSLqpQVyYGgB006zGCwACo/mRAAFHAlAAAM8z9AAANg3g
Thread-topic: [Xen-devel][VTD] 1:1 mapping for dom0 exhausts xenheap on x86/32 with 4G memory
Keir Fraser wrote:
> On 28/9/07 08:28, "Han, Weidong" <weidong.han@xxxxxxxxx> wrote:
> 
>> Keir Fraser wrote:
>>> alloc_domheap_page() instead of alloc_xenheap_page(), and use
>>> map_domain_page() to get temporary mappings when you need them. This
>>> costs nothing on x86/64, where all memory is permanently mapped.
>> 
>> I already had a try to use alloc_domheap_page() instead of
>> alloc_xenheap_page(). It works on x86/64. But it doesn't work on
>> x86/32. 
> 
> Use map_domain_page(), or live with only x86/64 support. You can't
> burn x86/32's limited xenheap space on iommu page tables.
> 
>  -- Keir

The 1:1 mapping page table is setup for both dom0 and PV domains. Is it
no problem to use alloc_domheap_page() and map_domain_page()?

Weidong

> 
>>> Or it is *very* reasonable to only support vt-d on x86/64
>>> hypervisor. That's the configuration we care about by far the most,
>>> since 32-bit guests run fine on a 64-bit hypervisor, and of course
>>> all vt-d systems will be 64-bit capable.
>>> 
>>>  -- Keir
>>> 
>>> On 28/9/07 06:26, "Han, Weidong" <weidong.han@xxxxxxxxx> wrote:
>>> 
>>>> xenheap size is 9M on x86/32 xen, it's not enough to setup 1:1 page
>>>> tables for dom0. It causes dom0 cannot boot successfully. Setup 1:1
>>>> page table in domheap still might be a problem since the thinking
>>>> is to use the same 1:1 page table for both dom0 and PV domains.
>>>> Currently I think of two options: 1) go back to original method,
>>>> that's to say setup page table dynamically for dom0; 2) increase
>>>> xenheap size on x86/32. How do you think about? Thanks.
>>>> 
>>>> Weidong
>> 
>> _______________________________________________
>> Xen-devel mailing list
>> Xen-devel@xxxxxxxxxxxxxxxxxxx
>> http://lists.xensource.com/xen-devel

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