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. > > (note: this is preliminary work for asynchronous screendump support) > > Signed-off-by: Marc-André Lureau <[email protected]> > Reviewed-by: Gerd Hoffmann <[email protected]> > --- > hw/display/qxl-render.c | 9 +++++++-- > hw/display/qxl.c | 1 + > include/ui/console.h | 2 ++ > ui/console.c | 9 +++++++++ > 4 files changed, 19 insertions(+), 2 deletions(-)
Reviewed-by: Daniel P. Berrangé <[email protected]> Regards, Daniel -- |: https://berrange.com -o- https://www.flickr.com/photos/dberrange :| |: https://libvirt.org -o- https://fstop138.berrange.com :| |: https://entangle-photo.org -o- https://www.instagram.com/dberrange :|
