[Spice-devel] [PATCH xf86-video-qxl] Do not call update_area when lacking device memory

2012-04-23 Thread Yonit Halperin
The QXL_IO_NOTIFY_OOM is intended exactly for handling occurrences of lacking memory. The spice server tries to first release resources that are no longer in the current tree (and thus, do not need rendering). It renders drawables only as a last resort. And even then, it does not update the whole

Re: [Spice-devel] [PATCH xf86-video-qxl] Do not call update_area when lacking device memory

2012-04-23 Thread Alon Levy
On Mon, Apr 23, 2012 at 09:04:36AM +0300, Yonit Halperin wrote: The QXL_IO_NOTIFY_OOM is intended exactly for handling occurrences of lacking memory. The spice server tries to first release resources that are no longer in the current tree (and thus, do not need rendering). It renders drawables