Re: [Spice-devel] [PATCH 1/6] [spice-proto] Add support to ssh channel

2016-09-03 Thread Fabiano Fidêncio
On Sat, Sep 3, 2016 at 2:29 PM, Fabiano Fidêncio wrote: > On Sat, Sep 3, 2016 at 2:02 PM, Victor Toso wrote: >> Hi, >> >> On Sat, Sep 03, 2016 at 01:49:07PM +0200, Fabiano Fidêncio wrote: >>> --- >> >> Could you please include some documentation about the protocol in the >> commit log? Check webd

Re: [Spice-devel] [PATCH 1/6] [spice-proto] Add support to ssh channel

2016-09-03 Thread Fabiano Fidêncio
On Sat, Sep 3, 2016 at 2:02 PM, Victor Toso wrote: > Hi, > > On Sat, Sep 03, 2016 at 01:49:07PM +0200, Fabiano Fidêncio wrote: >> --- > > Could you please include some documentation about the protocol in the > commit log? Check webdav ~ 6e5ea8d802ac8 or port ~ f188fb7a89086 Okay, I'll send a v2 a

Re: [Spice-devel] [PATCH 1/6] [spice-proto] Add support to ssh channel

2016-09-03 Thread Victor Toso
Hi, On Sat, Sep 03, 2016 at 01:49:07PM +0200, Fabiano Fidêncio wrote: > --- Could you please include some documentation about the protocol in the commit log? Check webdav ~ 6e5ea8d802ac8 or port ~ f188fb7a89086 toso > spice.proto | 4 > 1 file changed, 4 insertions(+) > > diff --git a/

[Spice-devel] [PATCH 1/6] [spice-proto] Add support to ssh channel

2016-09-03 Thread Fabiano Fidêncio
--- spice.proto | 4 1 file changed, 4 insertions(+) diff --git a/spice.proto b/spice.proto index 0bfc515..eb99742 100644 --- a/spice.proto +++ b/spice.proto @@ -1423,6 +1423,9 @@ channel PortChannel : SpicevmcChannel { channel WebDAVChannel : PortChannel { }; +channel SshChannel : PortC