Re: [Xen-devel] [PATCH 0/1] libxl: set stub domain size based on VRAM size

2015-07-10 Thread Samuel Thibault
Eric Shelton, le Fri 10 Jul 2015 11:36:01 -0400, a écrit : > Assuming the the original value of 32 MB was based on having a 4 MB > video adapter, In my memory that was the case, yes. Samuel ___ Xen-devel mailing list Xen-devel@lists.xen.org http://list

[Xen-devel] [PATCH 0/1] libxl: set stub domain size based on VRAM size

2015-07-10 Thread 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 va