[Spice-devel] [PATCH vd_agent V3 0/4] Add file-xfer support for linux agent

Dunrong Huang riegamaths at gmail.com
Tue Dec 4 20:27:53 PST 2012


The patch makes linux agent support file transfer feature.

V2 -> V3:
   * Add build dependency on glib
   * s/drag-and-drop/file-xfer
   * Use key-value text as data included in start message

V1 -> V2:
   * New transfer protocol

Dunrong Huang (4):
  configure: Add build dependency on glib
  Makefile.am: Add build dependency on glib
  file-xfer: extend protocol for communication between server and
    client
  file-xfer: Add file-xfer support for linux agent

 Makefile.am                  |   4 +-
 configure.ac                 |   1 +
 src/vdagent.c                | 171 +++++++++++++++++++++++++++++++++++++++++++
 src/vdagentd-proto-strings.h |   3 +
 src/vdagentd-proto.h         |   3 +
 src/vdagentd.c               |  43 +++++++++++
 6 files changed, 223 insertions(+), 2 deletions(-)

-- 
1.8.0



More information about the Spice-devel mailing list