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] Lookup guest m2p?

To: Xen-devel <xen-devel@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-devel] Lookup guest m2p?
From: Satya <satyakiran@xxxxxxxxx>
Date: Wed, 8 Oct 2008 16:21:16 -0700
Delivery-date: Wed, 08 Oct 2008 16:21:45 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type; bh=tpCKLQ9DJxDKuteQxkf5B2+DXw7ySucYhPhywwugnoE=; b=Zqd+HL0FIf/sPI1X7xSjIQSo2RTFND6jPCxEh5ADg5jEWyNo1fonAJln/Lrt+g1VRv UIpoe3L0R/FfUM7TQS2wUYyhle9Kz8/zriqnwhRp4yuc5u4JbyRIxLfQtEIFMOMuWYXa yt0BVcJ8auqeOfZbqjou+gfCwFj70EYd4qV6Q=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=uu4Own5xHET4NV4zpRcVkE+1h5dXyVNt+qlD+3K0RwFAtLUwI3yeI/xaNdUlZ8RBgd +GM6Ap2QRbMCYGXo/LqApnkLH1abR47TaoH9xrSOdmKRd550sB1BgO8bokjSq/EG3nHJ cuqE+KCkpfqOuVuXsp26HzoYverToBt/pV3G8=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
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/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
hi,
I need to lookup a guest pfn given the (mfn, domid) tuple from within a Dom0 kernel module (i.e, I need to read a guest's p2m table from Dom0). Is there a hypercall to do this?

thanks,
satya
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] Lookup guest m2p?, Satya <=