[Spice-devel] [PATCH 00/15] Backported some patches from refactory branches (18th Jan)

Frediano Ziglio fziglio at redhat.com
Mon Jan 18 08:37:54 PST 2016


Many new patches try to incrementally remove global reds variable so
they add RedsState* as parameter.

All previous patches were merged.

Jonathon Jongsma (15):
  Pass 'reds' as opaque data in vdi port char device
  Change vdi_port_read_buf_process() to take RedsState arg
  Change vdi_port_read_buf_get() to take RedsState arg
  Change vdi_port_read_buf_unref() to take RedsState arg
  Change reds_handle_agent_mouse_event() to take RedsState arg
  Change reds_num_of_channels() to take RedsState arg
  Change reds_num_of_clients() to take RedsState arg
  Change reds_fill_channels() to take a RedsState arg
  Change reds_on_main_agent_start() to take RedsState arg
  Change reds_get_agent_data_buffer() to take RedsState arg
  Change reds_release_agent_data_buffer() to take RedsState arg
  Change reds_client_monitors_config_cleanup() to take RedsState arg
  Change red_on_main_agent_data() to take RedsState arg
  reds_num_of_channels() -> reds_get_n_channels()
  reds_num_of_clients() -> reds_get_n_clients()

 server/inputs-channel.c |  6 ++---
 server/main-channel.c   | 12 ++++-----
 server/reds.c           | 65 ++++++++++++++++++++++++++-----------------------
 server/reds.h           | 15 ++++++------
 4 files changed, 51 insertions(+), 47 deletions(-)

-- 
2.4.3



More information about the Spice-devel mailing list