From mboxrd@z Thu Jan 1 00:00:00 1970 From: tgh Subject: question regarding struct xc_dom_image Date: Mon, 09 Jul 2007 17:23:52 +0800 Message-ID: <4691FEA8.4060400@ncic.ac.cn> References: <913023.61596.qm@web94111.mail.in2.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-7; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <913023.61596.qm@web94111.mail.in2.yahoo.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: xen-devel@lists.xensource.com Cc: derek.murray@cl.cam.ac.uk, keir@xensource.com, Koripella Srinivas , Mark Williamson List-Id: xen-devel@lists.xenproject.org hi I try to read the function of "int xc_dom_boot_image(struct xc_dom_image *dom)",and I am confused about the two fields of struct xc_dom_image,p2m_guest and p2m_host, what are the meaning and functions of p2m_guest and p2m_host? could you help me Thanks in advance