Re: [Qemu-devel] [PATCH FYI 13/46] io: add QIOChannelWebsock class

2015-09-07 Thread Daniel P. Berrange
On Mon, Sep 07, 2015 at 04:44:18PM +0100, Dr. David Alan Gilbert wrote: > * Daniel P. Berrange (berra...@redhat.com) wrote: > > Add a QIOChannel subclass that can run the websocket protocol over > > the top of another QIOChannel instance. This initial implementation > > is only capable of acting as

Re: [Qemu-devel] [PATCH FYI 13/46] io: add QIOChannelWebsock class

2015-09-07 Thread Dr. David Alan Gilbert
* Daniel P. Berrange (berra...@redhat.com) wrote: > Add a QIOChannel subclass that can run the websocket protocol over > the top of another QIOChannel instance. This initial implementation > is only capable of acting as a websockets server. There is no support > for acting as a websockets client ye

[Qemu-devel] [PATCH FYI 13/46] io: add QIOChannelWebsock class

2015-09-03 Thread Daniel P. Berrange
Add a QIOChannel subclass that can run the websocket protocol over the top of another QIOChannel instance. This initial implementation is only capable of acting as a websockets server. There is no support for acting as a websockets client yet. Signed-off-by: Daniel P. Berrange --- include/io/cha