Re: [Qemu-devel] [PATCH 2/2] qxl: surface0 and ram_header should fit into vram

2015-02-17 Thread Radim Krčmář
2015-02-17 09:02+0100, Gerd Hoffmann: > On Mo, 2015-02-16 at 22:23 +0100, Radim Krčmář wrote: > > The solution is not perfect, but won't let us do the same error again > > and has no overhead. > > How do you get qemu into a configuration where this isn't true? Without [1/2], by setting qxl-vga.vg

Re: [Qemu-devel] [PATCH 2/2] qxl: surface0 and ram_header should fit into vram

2015-02-17 Thread Gerd Hoffmann
On Mo, 2015-02-16 at 22:23 +0100, Radim Krčmář wrote: > The solution is not perfect, but won't let us do the same error again > and has no overhead. How do you get qemu into a configuration where this isn't true? cheers, Gerd

[Qemu-devel] [PATCH 2/2] qxl: surface0 and ram_header should fit into vram

2015-02-16 Thread Radim Krčmář
The solution is not perfect, but won't let us do the same error again and has no overhead. Signed-off-by: Radim Krčmář --- hw/display/qxl.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hw/display/qxl.c b/hw/display/qxl.c index 61df47726481..d5e85d033080 100644 --- a/hw/display/qxl.c +++