[Spice-devel] [PATCH spice-server v8 00/12] Refactory patches updates

Jonathon Jongsma jjongsma at redhat.com
Mon Oct 24 19:54:22 UTC 2016


Aside from the comment about potentially splitting patch 11/12, all of
the fixups look good to me.

However, I seem to be missing patches 5/12, 9/12, and 12/12. Did they
get sent?

Jonathon


On Mon, 2016-10-24 at 09:40 +0100, Frediano Ziglio wrote:
> Some different fixup with updates and small changes.
> 
> Frediano Ziglio (11):
>   fixup! Convert RedChannel hierarchy to GObject
>   fixup! Convert RedChannel hierarchy to GObject
>   fixup! Convert RedChannel hierarchy to GObject
>   fixup! Convert RedChannel hierarchy to GObject
>   fixup! Convert RedChannel hierarchy to GObject
>   fixup! Convert RedChannel hierarchy to GObject
>   fixup! Convert RedChannel hierarchy to GObject
>   fixup! Convert RedChannel hierarchy to GObject
>   fixup! Convert RedChannel hierarchy to GObject
>   fixup! Convert RedChannel hierarchy to GObject
>   fixup! Convert RedChannel hierarchy to GObject
> 
> Jonathon Jongsma (1):
>   Convert RedChannel hierarchy to GObject
> 
>  server/Makefile.am                  |   2 +
>  server/common-graphics-channel.c    | 111 +++++--
>  server/common-graphics-channel.h    |  42 ++-
>  server/cursor-channel.c             | 125 ++++----
>  server/cursor-channel.h             |  19 +-
>  server/dcc-send.c                   |  11 +-
>  server/dcc.c                        |   1 +
>  server/dcc.h                        |   1 -
>  server/display-channel-private.h    |  76 +++++
>  server/display-channel.c            | 237 +++++++++++---
>  server/display-channel.h            | 100 +++---
>  server/dummy-channel-client.c       |  17 +-
>  server/dummy-channel.c              |  49 +++
>  server/dummy-channel.h              |  60 ++++
>  server/inputs-channel.c             | 140 ++++++---
>  server/inputs-channel.h             |  19 +-
>  server/main-channel-client.c        |  38 +--
>  server/main-channel.c               | 153 ++++++---
>  server/main-channel.h               |  32 +-
>  server/red-channel-client-private.h |  19 ++
>  server/red-channel-client.c         | 179 +++++++----
>  server/red-channel-client.h         |   4 +-
>  server/red-channel.c                | 608 +++++++++++++++++++++++---
> ----------
>  server/red-channel.h                | 173 +++++-----
>  server/red-parse-qxl.h              |   2 +
>  server/red-qxl.c                    |  21 +-
>  server/red-replay-qxl.c             |   2 +-
>  server/red-worker.c                 |  27 +-
>  server/red-worker.h                 |   2 -
>  server/reds-private.h               |   3 +-
>  server/reds.c                       |  68 ++--
>  server/smartcard.c                  | 124 ++++++--
>  server/sound.c                      |  42 ++-
>  server/spicevmc.c                   | 327 +++++++++++++++----
>  server/stream.c                     |   4 +-
>  35 files changed, 1933 insertions(+), 905 deletions(-)
>  create mode 100644 server/display-channel-private.h
>  create mode 100644 server/dummy-channel.c
>  create mode 100644 server/dummy-channel.h
> 


More information about the Spice-devel mailing list