From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jacob Gorm Hansen Subject: DOM0_GETPAGEFRAMEINFO for non-dom0 domains Date: Tue, 16 Aug 2005 17:23:13 +0200 Message-ID: <430204E1.3030006@diku.dk> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: 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 List-Id: xen-devel@lists.xenproject.org hi, with writable page tables it takes a little more work tracking page types from within a domU. Basically, I need to duplicate Xen's pgd walks when pinning and unpinning pgds, within the domU, in order to obtain a consistent map of page types for my own pages. It seems it would be a lot easier just to allow domUs access to a DOM0_GETPAGEFRAMEINFO-like hypercall that would extract this info from Xen. Would you consider merging a patch to do this, and how/where would you prefer it to be implemented? thanks, Jacob