All of lore.kernel.org
 help / color / mirror / Atom feed
* xenheap pages mapped by dom0
@ 2009-12-18 14:04 George Dunlap
  2009-12-18 14:29 ` Jan Beulich
  0 siblings, 1 reply; 11+ messages in thread
From: George Dunlap @ 2009-12-18 14:04 UTC (permalink / raw)
  To: xen-devel

What's the standard practice regarding freeing xenheap pages that have
been shared with dom0 (and may currently be mapped)?  Do we need to
make sure they're unmapped before we free them, or can we just call
free_xenheap_pages() and let the reference counting take care of
actually freeing them when dom0 unmaps them (if ever)?

I'm looking at allowing xentrace buffers to be resized, and need to
deal with potentially freeing pages which may be mapped by dom0.  If
it's as simple as free-and-forget, I'll include that functionality; if
it's more complicated, I'll punt until another time (as I really only
care about increasing the size of each cpu's buffer, not resizing
buffers).

 -George

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2009-12-18 21:59 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-12-18 14:04 xenheap pages mapped by dom0 George Dunlap
2009-12-18 14:29 ` Jan Beulich
2009-12-18 15:24   ` Keir Fraser
2009-12-18 15:29     ` George Dunlap
2009-12-18 16:03       ` Keir Fraser
2009-12-18 15:44     ` Jan Beulich
2009-12-18 16:12       ` Keir Fraser
2009-12-18 16:19       ` George Dunlap
2009-12-18 16:37         ` Jan Beulich
2009-12-18 16:40         ` Keir Fraser
2009-12-18 21:59           ` George Dunlap

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.