[Spice-devel] [PATCH] [xf86-video-qxl] The display of the RAM size subtracts the frame buffer, but it has already been subtracted in setting the num_pages field.

2014-08-22 Thread Jeremy White
Signed-off-by: Jeremy White jwh...@codeweavers.com --- src/qxl_driver.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/qxl_driver.c b/src/qxl_driver.c index d9bf447..7436a62 100644 --- a/src/qxl_driver.c +++ b/src/qxl_driver.c @@ -384,7 +384,7 @@ qxl_map_memory

Re: [Spice-devel] [PATCH] [xf86-video-qxl] The display of the RAM size subtracts the frame buffer, but it has already been subtracted in setting the num_pages field.

2014-08-22 Thread Marc-André Lureau
ack - Original Message - Signed-off-by: Jeremy White jwh...@codeweavers.com --- src/qxl_driver.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/qxl_driver.c b/src/qxl_driver.c index d9bf447..7436a62 100644 --- a/src/qxl_driver.c +++