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-ia64-devel

[Xen-ia64-devel] [PATCH] firmware MDT entry, cleanup

To: xen-ia64-devel <xen-ia64-devel@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-ia64-devel] [PATCH] firmware MDT entry, cleanup
From: Alex Williamson <alex.williamson@xxxxxx>
Date: Tue, 20 Jun 2006 11:26:12 -0600
Delivery-date: Tue, 20 Jun 2006 10:26:27 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-ia64-devel-request@lists.xensource.com?subject=help>
List-id: Discussion of the ia64 port of Xen <xen-ia64-devel.lists.xensource.com>
List-post: <mailto:xen-ia64-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-ia64-devel>, <mailto:xen-ia64-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-ia64-devel>, <mailto:xen-ia64-devel-request@lists.xensource.com?subject=unsubscribe>
Organization: OSLO R&D
Sender: xen-ia64-devel-bounces@xxxxxxxxxxxxxxxxxxx
   I sent out a patch a couple weeks ago to add an MDT entry for domU to
cover the fw_mem area used in dom_fw_init().  Since then I realized that
dom0 should have this MDT entry as well.  This means we need to be
careful in dom_fw_dom0_lowmem() not to overlap with this region.  The
attached patch includes these changes, plus some cleanups to move the
inline macros defines to the top of the file, use the same code section
for adding conventional memory to both dom0 and domU and only call
print_md() after the entire dom0/domU MDT is created and sorted.
Comments?  Thanks,

        Alex

Signed-off-by: Alex Williamson <alex.williamson@xxxxxx>

Attachment: dom_fw_fixes.patch
Description: Text Data

_______________________________________________
Xen-ia64-devel mailing list
Xen-ia64-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-ia64-devel
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-ia64-devel] [PATCH] firmware MDT entry, cleanup, Alex Williamson <=