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

Re: [Xen-devel] pte query?

On Tue, 15 Nov 2005, Keir Fraser wrote:

>
> On 15 Nov 2005, at 15:17, Aaron J. Marks wrote:
>
> > what's the best way (if at all) to iterate through all of a domain's
> > page
> > tables within xen 2.0.6? i need to find all references to a specific
> > pte
> > value (which is a given). essentially, a reverse page-table lookup.
> >
> > i'm hesitant to switch to 3.0, but if it's easier to do what i want,
> > just
> > let me know.
>
> tools/libxc/libxc_linux_save.c has an example of pausing a domain and
> then getting information about every one of its pages, including type
> info. You can then filter on pagetable pages and scan them.

i need to scan pagetables within the hypervisor (ie, below any domain).

thanks,
-A.

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

<Prev in Thread] Current Thread [Next in Thread>