[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 02/67] ui: remove qemu_pixman_linebuf_copy()
From: |
Daniel P . Berrangé |
Subject: |
Re: [PATCH 02/67] ui: remove qemu_pixman_linebuf_copy() |
Date: |
Wed, 30 Aug 2023 11:59:49 +0100 |
User-agent: |
Mutt/2.2.9 (2022-11-12) |
On Wed, Aug 30, 2023 at 01:37:36PM +0400, marcandre.lureau@redhat.com wrote:
> From: Marc-André Lureau <marcandre.lureau@redhat.com>
>
> Since commit 43c7d8bd449 ("console: add qemu_pixman_linebuf_copy"), it
> seems it was never used.
>
> Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
> ---
> include/ui/qemu-pixman.h | 2 --
> ui/qemu-pixman.c | 8 --------
> 2 files changed, 10 deletions(-)
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
With 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 00/67] Make pixman an optional dependency, marcandre . lureau, 2023/08/30
- [PATCH 01/67] ui: remove qemu_pixman_color() helper, marcandre . lureau, 2023/08/30
- [PATCH 02/67] ui: remove qemu_pixman_linebuf_copy(), marcandre . lureau, 2023/08/30
- Re: [PATCH 02/67] ui: remove qemu_pixman_linebuf_copy(),
Daniel P . Berrangé <=
- [PATCH 03/67] ui/qmp: move screendump to ui-qmp-cmds.c, marcandre . lureau, 2023/08/30
- [PATCH 04/67] ui/vc: replace vc_chr_write() with generic qemu_chr_write(), marcandre . lureau, 2023/08/30
- [PATCH 05/67] ui/vc: drop have_text, marcandre . lureau, 2023/08/30
- [PATCH 06/67] ui/console: console_select() regardless of have_gfx, marcandre . lureau, 2023/08/30
- [PATCH 07/67] ui/console: call dpy_gfx_update() regardless of have_gfx, marcandre . lureau, 2023/08/30