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] how to get the information about "Frame Table"?

To: "xen-devel" <xen-devel@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-devel] how to get the information about "Frame Table"?
From: "Haifeng Fang" <fhf25@xxxxxxx>
Date: Fri, 25 Apr 2008 09:22:32 +0800
Delivery-date: Thu, 24 Apr 2008 18:21:41 -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>
Organization: www.ict.ac.cn
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
hi, all:
 
Now, i want to get the information of configuration of physcial memory within the whole physical node.
by refering to some open literature, i focus on some data-structures as follows:
  • Frame Table, namely, "struct page_info * frame_table";
  • Machine-to-physical translation table (M2P), which i have not found the definitive structure of it.
 
my questions is whether the frame_table and M2P table covers all the physical memory (RAM) or not.
 
in addition, i have found a interface to userspace application running in domain0. the interface is:
XEN_DOMCTLl_getpageframeinfo, and XEN_DOMCTL_getpageframeinfo2
 
and my question is whether i can get the information of configuration of physcial memory within the whole physical node, or only get the information within a specific domain. furthermore, maybe i can only get the information of inuse page of frame_table, is right?
 
if anyone can help me, thanks in advance.
 
 
2008-04-25

Haifeng Fang
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] how to get the information about "Frame Table"?, Haifeng Fang <=