[Spice-devel] [PATCH spice-html5 v2 0/5] Enable file transfer from client to guest

Pavel Grunt pgrunt at redhat.com
Thu Jan 8 06:19:42 PST 2015


Hi, the intetion of this series is to add the ability to transfer files from the client to the guest.

To make it work it was convenient to start using agent tokens (PATCH 1/5 & 2/5) because there can be a lot of agent messages when sending a file.
Methods for the transfer are based on relevant methods in spice-gtk.

v2: Files are read only when tokens are available.

Pavel Grunt (5):
  Handle agent tokens
  Send agent messages only when have agent tokens
  Implement methods for transfering files from client to guest
  Use drag and drop for transfering files from client to guest
  Read file only when have agent tokens

 enums.js        |   6 +++
 filexfer.js     |  47 ++++++++++++++++
 main.js         | 163 +++++++++++++++++++++++++++++++++++++++++++++++++++++---
 spice.html      |  16 ++++++
 spice_auto.html |  16 ++++++
 spicemsg.js     | 122 +++++++++++++++++++++++++++++++++++++++++-
 6 files changed, 361 insertions(+), 9 deletions(-)
 create mode 100644 filexfer.js

-- 
1.9.3



More information about the Spice-devel mailing list