Re: [Spice-devel] [PATCH xf86-video-qxl 2/2] Fix allocating a too large fb

2010-09-14 Thread Alon Levy
- "Hans de Goede" wrote: > We were allocating a fb of max-width * max-width pixels rather then > max-height * max-width pixels, this patch fixes this. > --- > src/qxl_driver.c |5 - > 1 files changed, 4 insertions(+), 1 deletions(-) > > diff --git a/src/qxl_driver.c b/src/qxl_drive

[Spice-devel] [PATCH xf86-video-qxl 2/2] Fix allocating a too large fb

2010-09-13 Thread Hans de Goede
We were allocating a fb of max-width * max-width pixels rather then max-height * max-width pixels, this patch fixes this. --- src/qxl_driver.c |5 - 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/src/qxl_driver.c b/src/qxl_driver.c index 8492792..6967e80 100644 --- a/src/qx