[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 1/7] console: add graphic_hw_update_done()
From: |
Daniel P . Berrangé |
Subject: |
Re: [PATCH 1/7] console: add graphic_hw_update_done() |
Date: |
Thu, 28 Nov 2019 14:34:28 +0000 |
User-agent: |
Mutt/1.12.1 (2019-06-15) |
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 <address@hidden>
> Reviewed-by: Gerd Hoffmann <address@hidden>
> ---
> 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é <address@hidden>
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 :|
- [PATCH 0/7] console: screendump improvements, Marc-André Lureau, 2019/11/27
- [PATCH 1/7] console: add graphic_hw_update_done(), Marc-André Lureau, 2019/11/27
- Re: [PATCH 1/7] console: add graphic_hw_update_done(),
Daniel P . Berrangé <=
- [PATCH 2/7] ppm-save: pass opened fd, Marc-André Lureau, 2019/11/27
- [PATCH 3/7] ui: add pixman image g_autoptr support, Marc-André Lureau, 2019/11/27
- [PATCH 4/7] object: add g_autoptr support, Marc-André Lureau, 2019/11/27
- [PATCH 5/7] screendump: replace FILE with QIOChannel and fix close()/qemu_close(), Marc-André Lureau, 2019/11/27
- [PATCH 6/7] osdep: add qemu_unlink(), Marc-André Lureau, 2019/11/27
- [PATCH 7/7] screendump: use qemu_unlink(), Marc-André Lureau, 2019/11/27
- Re: [PATCH 0/7] console: screendump improvements, no-reply, 2019/11/27