* DOM0_GETPAGEFRAMEINFO for non-dom0 domains
@ 2005-08-16 15:23 Jacob Gorm Hansen
2005-08-16 15:40 ` Keir Fraser
0 siblings, 1 reply; 2+ messages in thread
From: Jacob Gorm Hansen @ 2005-08-16 15:23 UTC (permalink / raw)
To: xen-devel
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
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: DOM0_GETPAGEFRAMEINFO for non-dom0 domains
2005-08-16 15:23 DOM0_GETPAGEFRAMEINFO for non-dom0 domains Jacob Gorm Hansen
@ 2005-08-16 15:40 ` Keir Fraser
0 siblings, 0 replies; 2+ messages in thread
From: Keir Fraser @ 2005-08-16 15:40 UTC (permalink / raw)
To: Jacob Gorm Hansen; +Cc: xen-devel
On 16 Aug 2005, at 16:23, Jacob Gorm Hansen wrote:
> 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?
Implement it as a new MMUEXT operation and we'll consider it.
-- Keir
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2005-08-16 15:40 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-08-16 15:23 DOM0_GETPAGEFRAMEINFO for non-dom0 domains Jacob Gorm Hansen
2005-08-16 15:40 ` Keir Fraser
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.