util: pull Buffer code out of VNC module
commit88c5f205fa4c095db4c50eb7ad72816140206819
authorDaniel P. Berrange <berrange@redhat.com>
Tue, 3 Mar 2015 17:13:42 +0000 (3 17:13 +0000)
committerDaniel P. Berrange <berrange@redhat.com>
Tue, 20 Oct 2015 13:59:09 +0000 (20 14:59 +0100)
tree00662609c3f1e34c7814b020d75fcb0f200fa299
parent10817bf09d5f8cb22711fb0ee8d8da49f6f05f89
util: pull Buffer code out of VNC module

The Buffer code in the VNC server is useful for the IO channel
code, so pull it out into a shared module, QIOBuffer.

Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
MAINTAINERS
include/qemu/buffer.h [new file with mode: 0644]
ui/vnc.c
ui/vnc.h
util/Makefile.objs
util/buffer.c [new file with mode: 0644]