[Spice-devel] [PATCH spice-protocol 0/2] Removing sub_list from messages header

Yonit Halperin yhalperi at redhat.com
Wed Dec 28 09:14:51 PST 2011


Hi,

This patch series introduces SPICE_COMMON_CAP_HEADER_NO_SUB, in order to spare
the 4 bytes of sub_list that were sent for all the messages.
I replaced the sub_list functionality by using an additional
marshaller in red_channel, which I named urgent marshaller. This
marshaller allows marshalling messages that we find out we need to send
in the middle of marshalling another message (and we need to send them before it).
In addition, I introduce the msg type SPICE_MSG_LIST, for cases that the "urgent" message
is composed of several messages, and for future use, in case we wish to aggregate
several messages together.

Cheers,
Yonit.

Yonit Halperin (2):
  Add support for a header without sub list.
  Release 0.9.2

 NEWS             |    4 ++++
 configure.ac     |    2 +-
 spice/enums.h    |    1 +
 spice/protocol.h |    9 ++++++++-
 4 files changed, 14 insertions(+), 2 deletions(-)

-- 
1.7.6.4



More information about the Spice-devel mailing list