xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/1] libxl: set stub domain size based on VRAM size
@ 2015-07-10 15:36 Eric Shelton
  2015-07-10 15:36 ` [PATCH 1/1] " Eric Shelton
  2015-07-10 15:58 ` [PATCH 0/1] " Samuel Thibault
  0 siblings, 2 replies; 5+ messages in thread
From: Eric Shelton @ 2015-07-10 15:36 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. 

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

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

-- 
2.1.0

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

end of thread, other threads:[~2015-07-10 15:59 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-10 15:36 [PATCH 0/1] libxl: set stub domain size based on VRAM size Eric Shelton
2015-07-10 15:36 ` [PATCH 1/1] " Eric Shelton
2015-07-10 15:48   ` Ian Jackson
2015-07-10 15:59   ` Samuel Thibault
2015-07-10 15:58 ` [PATCH 0/1] " Samuel Thibault

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).