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] Included reserved memory regions in dom0 iommu m

To: Ross Philipson <Ross.Philipson@xxxxxxxxxx>, "xen-devel@xxxxxxxxxxxxxxxxxxx" <xen-devel@xxxxxxxxxxxxxxxxxxx>
Subject: RE: [Xen-devel] [PATCH] Included reserved memory regions in dom0 iommu mappings
From: "Cui, Dexuan" <dexuan.cui@xxxxxxxxx>
Date: Thu, 26 Feb 2009 17:20:19 +0800
Accept-language: zh-CN, en-US
Acceptlanguage: zh-CN, en-US
Cc:
Delivery-date: Thu, 26 Feb 2009 01:21:16 -0800
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <831D55AF5A11D64C9B4B43F59EEBF72023114BB808@xxxxxxxxxxxxxxxxxxxxxxxxx>
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>
References: <831D55AF5A11D64C9B4B43F59EEBF72023114BB808@xxxxxxxxxxxxxxxxxxxxxxxxx>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
Thread-index: AcmV8WvFdwYsYuYYRHO0ZoqfRggEUQCAKrpA
Thread-topic: [Xen-devel] [PATCH] Included reserved memory regions in dom0 iommu mappings
The patch is useful when BIOS doesn’t report RMRR correctly; however the patch 
may not help in some situations.
E.g., to work around a buggy BIOS, we may have to map such an E820 entry
(XEN)  00000000cff0b000 - 00000000d0000000 (reserved).
But if we use a xen parameter "mem=512m", or, if the host only has 512m memory, 
the variable 'max_page" is 512m/PAGE_SIZE, so even with the patch, the E820 
entry would not be mapped, and Xen would still hang.

-- Dexuan

________________________________________
From: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx 
[mailto:xen-devel-bounces@xxxxxxxxxxxxxxxxxxx] On Behalf Of Ross Philipson
Sent: 2009年2月24日 4:01
To: xen-devel@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-devel] [PATCH] Included reserved memory regions in dom0 iommu 
mappings

This adds a boolean boot parameter to xen to allow reserved memory
regions to be added to the iommu mappings for dom0. The parameter
is "iommu_include_reserved" and is off by default. A warning is
also traced when incorrect RMRR to system memory map values are
detected. This is being added to address some incorrect BIOS's that 
do not report correctly the requied reserved memory ranges in 
the RMRRs. When this occurs it currently can cause early boot hangs
and crashes.

Signed-off-by: Ross Philipson <ross.philipson@xxxxxxxxxx>

Based on changeset 19238

Thanks
Ross


Ross Philipson
Senior Software Engineer
Citrix Systems, Inc
14 Crosby Drive
Bedford, MA 01730
781-301-7949
ross.philipson@xxxxxxxxxx

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