Re: [PATCH 1/7] console: add graphic_hw_update_done()

2019-11-28 Thread Daniel P . Berrangé
On Wed, Nov 27, 2019 at 03:51:56PM +0400, Marc-André Lureau wrote: > Add a function to be called when a graphic update is done. > > Declare the QXL renderer as async: render_update_cookie_num counts the > number of outstanding updates, and graphic_hw_update_done() is called > when it reaches none.

[PATCH 1/7] console: add graphic_hw_update_done()

2019-11-27 Thread Marc-André Lureau
Add a function to be called when a graphic update is done. Declare the QXL renderer as async: render_update_cookie_num counts the number of outstanding updates, and graphic_hw_update_done() is called when it reaches none. (note: this is preliminary work for asynchronous screendump support) Signe