Re: [Spice-devel] [PATCH spice-server] red-parse-qxl: Remove unused device_data field

2018-04-10 Thread Christophe Fergeau
On Tue, Apr 10, 2018 at 01:08:12PM +0100, Frediano Ziglio wrote:
> Signed-off-by: Frediano Ziglio 
> ---
>  server/red-parse-qxl.h | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/server/red-parse-qxl.h b/server/red-parse-qxl.h
> index 4a576ca0..ce7d8b05 100644
> --- a/server/red-parse-qxl.h
> +++ b/server/red-parse-qxl.h
> @@ -113,7 +113,6 @@ typedef struct RedCursorCmd {
>  } trail;
>  SpicePoint16 position;
>  } u;
> -uint8_t *device_data;
>  } RedCursorCmd;

Acked-by: Christophe Fergeau 
it's present in the qxl_dev.h, but does not seem to be used by any of
the guest drivers, nor by QEMU.

Christophe

>  
>  void red_get_rect_ptr(SpiceRect *red, const QXLRect *qxl);
> -- 
> 2.14.3
> 
> ___
> Spice-devel mailing list
> Spice-devel@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/spice-devel


signature.asc
Description: PGP signature
___
Spice-devel mailing list
Spice-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/spice-devel


[Spice-devel] [PATCH spice-server] red-parse-qxl: Remove unused device_data field

2018-04-10 Thread Frediano Ziglio
Signed-off-by: Frediano Ziglio 
---
 server/red-parse-qxl.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/server/red-parse-qxl.h b/server/red-parse-qxl.h
index 4a576ca0..ce7d8b05 100644
--- a/server/red-parse-qxl.h
+++ b/server/red-parse-qxl.h
@@ -113,7 +113,6 @@ typedef struct RedCursorCmd {
 } trail;
 SpicePoint16 position;
 } u;
-uint8_t *device_data;
 } RedCursorCmd;
 
 void red_get_rect_ptr(SpiceRect *red, const QXLRect *qxl);
-- 
2.14.3

___
Spice-devel mailing list
Spice-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/spice-devel