]> git.proxmox.com Git - mirror_qemu.git/commit - io/Makefile.objs
io: add QIOChannelWebsock class
authorDaniel P. Berrange <berrange@redhat.com>
Wed, 4 Mar 2015 15:57:41 +0000 (15:57 +0000)
committerDaniel P. Berrange <berrange@redhat.com>
Fri, 18 Dec 2015 12:18:31 +0000 (12:18 +0000)
commit2d1d0e70cf3eadca967427e71b2c5c7d031bc5c8
treeb03e81a9e72d4b49a6f8d316271f5d06064b461c
parented8ee42c4063809495d9eed738a26957b6dfe692
io: add QIOChannelWebsock class

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 <berrange@redhat.com>
include/io/channel-websock.h [new file with mode: 0644]
io/Makefile.objs
io/channel-websock.c [new file with mode: 0644]
trace-events