|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] "magic" pages like xenstore and console
On 6/2/07 21:25, "Tim Wood" <twwood@xxxxxxxxx> wrote:
> The DOM0_GETMEMLIST call gets a list of pages used by a domain by
> stepping through the "page_list" linked list stored in the "domain"
> struct. I'm finding that in translated shadow mode, this list is one
> page shorter than it should be, and that the missing page is the one
> which immediately follows the console page. So we have <...> <xen
> store> <console> <MISSING> <...>
>
> Anyone have an idea on what makes that page special and why it isn't
> included in the page_list as normal?
Probably it's the shared_info page. That and grant-table pages are allocated
from the 'Xen heap' and do not appear in getmemlist output.
-- Keir
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|