diff options
author | Daniel P. Berrange | 2015-03-03 18:13:42 +0100 |
---|---|---|
committer | Daniel P. Berrange | 2015-10-20 15:59:09 +0200 |
commit | 88c5f205fa4c095db4c50eb7ad72816140206819 (patch) | |
tree | 00662609c3f1e34c7814b020d75fcb0f200fa299 /MAINTAINERS | |
parent | coroutine: move into libqemuutil.a library (diff) | |
download | qemu-88c5f205fa4c095db4c50eb7ad72816140206819.tar.gz qemu-88c5f205fa4c095db4c50eb7ad72816140206819.tar.xz qemu-88c5f205fa4c095db4c50eb7ad72816140206819.zip |
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>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 78e14fc132..314411332c 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1200,6 +1200,12 @@ F: util/*coroutine* F: include/qemu/coroutine* F: tests/test-coroutine.c +Buffers +M: Daniel P. Berrange <berrange@redhat.com> +S: Odd fixes +F: util/buffer.c +F: include/qemu/buffer.h + Usermode Emulation ------------------ Overall |