xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* [PATCH V2 0/1] libxl: set stub domain size based on VRAM size
@ 2015-07-10 22:14 Eric Shelton
  2015-07-10 22:14 ` [PATCH V2 1/1] " Eric Shelton
  0 siblings, 1 reply; 8+ messages in thread
From: Eric Shelton @ 2015-07-10 22:14 UTC (permalink / raw)
  To: xen-devel
  Cc: wei.liu2, ian.campbell, stefano.stabellini, ian.jackson,
	samuel.thibault, Eric Shelton

I ran into crashes with qemu-traditional stub domain when 16 MB was
assigned to the stdvga virtual video adapter.  These were occurring due
to an out of memory condition arising from stub domains having a fixed
size of 32 MB, with half of that being demanded for video.  Assuming the
the original value of 32 MB was based on having a 4 MB video adapter,
this increases the stub domain size by however much the VRAM exceeds 4 MB. 

Revised per Ian Jackson's suggestion.

Eric Shelton (1):
  libxl: set stub domain size based on VRAM size

 tools/libxl/libxl_dm.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

-- 
2.1.0

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

end of thread, other threads:[~2015-07-13 11:14 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-10 22:14 [PATCH V2 0/1] libxl: set stub domain size based on VRAM size Eric Shelton
2015-07-10 22:14 ` [PATCH V2 1/1] " Eric Shelton
2015-07-10 22:27   ` Samuel Thibault
2015-07-13 10:16   ` Ian Jackson
2015-07-13 10:22     ` Ian Jackson
2015-07-13 10:24       ` [PATCH for-4.6 v3] " Ian Jackson
2015-07-13 10:37       ` [PATCH V2 1/1] " Ian Campbell
2015-07-13 11:14         ` Ian Jackson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).