All of lore.kernel.org
 help / color / mirror / Atom feed
* xend, 8MB video memory and ballooning
@ 2008-07-18 15:47 Samuel Thibault
  2008-07-18 15:57 ` Samuel Thibault
  0 siblings, 1 reply; 2+ messages in thread
From: Samuel Thibault @ 2008-07-18 15:47 UTC (permalink / raw)
  To: xen-devel

Hello,

There's an issue when starting an HVM domain and quickly after, another
domain:

- xend asks the balloon driver to free enough memory for the HVM domain
  plus 8MB for the video memory.
- before the HVM domain actually starts running (e.g. qemu long to
  start), I start another domain, xend asks the balloon driver to free
  enough memory for that other domain, but no more.
- the HVM domain eventually starts, the Cirrus VGA BIOS activates the
  video LFB, and thus qemu tries to call populate physmap in order to
  actually make use of the extra 8MB for the video memory.
  
Problem: the 8MB extra free memory has been swallowed by the other
domain...

(of course, my concern is about the device model stubdomain starting
right after the HVM domain, but I guess that may happen in other cases
too).

Samuel

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

end of thread, other threads:[~2008-07-18 15:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-18 15:47 xend, 8MB video memory and ballooning Samuel Thibault
2008-07-18 15:57 ` Samuel Thibault

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.