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

2015-07-16 Thread Ian Campbell
On Wed, 2015-07-15 at 10:45 +0100, Ian Campbell wrote: > On Sat, 2015-07-11 at 17:30 -0400, Eric Shelton wrote: > > Allocate additional memory to the stub domain for qemu-traditional if > > more than 4 MB is assigned to the video adapter to avoid out of memory > > condition for QEMU. > > In reply

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

2015-07-15 Thread Ian Campbell
On Sat, 2015-07-11 at 17:30 -0400, Eric Shelton wrote: > Allocate additional memory to the stub domain for qemu-traditional if > more than 4 MB is assigned to the video adapter to avoid out of memory > condition for QEMU. In reply to v2 (after you'd sent v3, I think) Ian J said: > Well, it does al

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

2015-07-14 Thread George Dunlap
On 07/14/2015 11:02 AM, Eric Shelton wrote: > On Jul 14, 2015 4:51 AM, "George Dunlap" > wrote: >> >> On Sat, Jul 11, 2015 at 10:30 PM, Eric Shelton wrote: >>> Allocate additional memory to the stub domain for qemu-traditional if >>> more than 4 MB is assigned to the video adapter to avoid out of

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

2015-07-14 Thread Eric Shelton
On Jul 14, 2015 4:51 AM, "George Dunlap" wrote: > > On Sat, Jul 11, 2015 at 10:30 PM, Eric Shelton wrote: > > Allocate additional memory to the stub domain for qemu-traditional if > > more than 4 MB is assigned to the video adapter to avoid out of memory > > condition for QEMU. > > > > Signed-off

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

2015-07-14 Thread George Dunlap
On Sat, Jul 11, 2015 at 10:30 PM, Eric Shelton wrote: > Allocate additional memory to the stub domain for qemu-traditional if > more than 4 MB is assigned to the video adapter to avoid out of memory > condition for QEMU. > > Signed-off-by: Eric Shelton This seems like a good fix for now, thanks.

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

2015-07-11 Thread Eric Shelton
Allocate additional memory to the stub domain for qemu-traditional if more than 4 MB is assigned to the video adapter to avoid out of memory condition for QEMU. Signed-off-by: Eric Shelton --- tools/libxl/libxl_dm.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/libx