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][RFC] embed memory map in domain pseudo physical

To: xen-ia64-devel@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-ia64-devel] [PATCH][RFC] embed memory map in domain pseudo physical address space
From: Isaku Yamahata <yamahata@xxxxxxxxxxxxx>
Date: Thu, 1 Feb 2007 22:15:21 +0900
Delivery-date: Thu, 01 Feb 2007 05:15:19 -0800
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>
Sender: xen-ia64-devel-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Mutt/1.4.2.1i
Hi all.

Xen/IA64 XEN_DOMCTL_arch_setup hypercall needs flexibilty
to address the following issues.
- xm dump-core. (save/restore would use in near future)
  Now I'm trying to enhance xm dump-core for IA64.
  Such utilities need to know the area where memory is populated.
  Currently domU populates memory dense, but this wouldn't be
  true in future.
  Especially VTi domain builder populate memory spasely so that
  xm dump-core doesn't work for domVTi.
- sparse populated domU for driver domain or other purose(e.g. NUMA)
  The domain builder needs flexibility to populate memory sparsely.

This patch 
- creates memory map as efi runtime data in domain pseudo
  physical space, 
- adds new member, memmap_info_pfn, to struct arch_shared_info
- set memmap_info_pfn to point memory map
- modifies XEN_DOMCTL_arch_setup so that it create EFI memory descriptor
  following the specified memory map.
  It abuses xen_ia64_boot_param to pass memory map.

NOTE: This patch depends the patches which I posted xen-devel,
      but not commited yet.

thnaks.
-- 
yamahata

Attachment: 13852_0c8f4e87a6a6_introduce_memmap_info_t.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>