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] p2m table question

To: xen-devel@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-devel] p2m table question
From: "Mike Sun" <msun@xxxxxxxxxx>
Date: Thu, 14 Feb 2008 16:03:54 -0500
Delivery-date: Thu, 14 Feb 2008 13:04:32 -0800
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition:x-google-sender-auth; bh=Zbw9IhW5JICzy7xwi19PNuLI92UObAcTEOyrOwQPUJE=; b=mOcMvP/UxqcwtScbVZr74LQUCnPPhKy6bD5neEIMQ7uOPpDXd8SwDwAqIrIZBQo7bQWveQNc0eL9WfDuZsaB4XZQJVYTnfexxISdgQTSpvQeKZbgP7Utti1TmFf42xlP8gP1CEAvSmT/0zOJsSMy/HIHV3MLuDCSYTT1/0xlJpI=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition:x-google-sender-auth; b=q744HpE8g8nKetnFQFchqIIPw4URCZwddiVwPHalZ6QIYhvQluVb+kMiuhj/iK/ikmVwJeOOAhX91ASfV9lkgPB4iAPEwDiCDa3LEaDKaSvdFhIDGzTGFoo/kvDkTlFNwsIw32f4OMukSKU7y165/D3PkKZfsoGqKC3oZ0/5/XU=
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>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
Hi --

Just wanted to try and get some clarifications.  The p2m table is a
per domain structure that resides in the guest domain's address space,
correct?  Now, the p2m_frame_list and p2m_frame_list_list structures
don't seem like they exist in the guest address space, but rather the
hypervisor and need to be mapped into a guest address space for use
(e.g. their mapping into dom0 in the domain save/migration code).  Am
I understanding these things correctly?

Thanks,
Mike

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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] p2m table question, Mike Sun <=