Re: [Spice-devel] [PATCH qxl-win v3] display/surface: add surfaces from/to ram

2011-07-26 Thread Alon Levy
On Thu, Jul 07, 2011 at 04:47:16PM +0300, Yonit Halperin wrote: Hi, Generally, when parameters of a function are divided into several lines, they should be aligned to the same column. Found a single place to fix and fixing. On 07/07/2011 12:43 PM, Alon Levy wrote: Adds fields to

[Spice-devel] [PATCH qxl-win v3] display/surface: add surfaces from/to ram

2011-07-07 Thread Alon Levy
Adds fields to SurfaceInfo to cache data previously only available via SurfaceArea::draw_area. Adds two functions to save and restore surfaces from ram: MoveAllSurfacesToVideoRam allocates and copies surfaces from vram to ram, and calls EngModifySurface with an empty hook list to make those

Re: [Spice-devel] [PATCH qxl-win v3] display/surface: add surfaces from/to ram

2011-07-07 Thread Yonit Halperin
Hi, Generally, when parameters of a function are divided into several lines, they should be aligned to the same column. On 07/07/2011 12:43 PM, Alon Levy wrote: Adds fields to SurfaceInfo to cache data previously only available via SurfaceArea::draw_area. Adds two functions to save and