]> git.proxmox.com Git - qemu.git/commit
Remove support for non-threaded VNC server
authorDaniel P. Berrange <berrange@redhat.com>
Wed, 20 Jun 2012 13:24:28 +0000 (14:24 +0100)
committerAnthony Liguori <aliguori@us.ibm.com>
Wed, 27 Jun 2012 21:27:00 +0000 (16:27 -0500)
commit2624bab836662d37f08336408a99d97652fc9c4d
tree43b80bd238fa4d48d5b2a1e4d6fa4ae66c89a92f
parenta307beb6e8c4490bc4f9c95dc2195599ae43d59a
Remove support for non-threaded VNC server

QEMU now has a fundamental requirement for pthreads, so there
is no compelling reason to retain support for the non-threaded
VNC server. Remove the --{enable,disable}-vnc-thread configure
arguments, and all CONFIG_VNC_THREAD conditionals

Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
configure
ui/Makefile.objs
ui/vnc-jobs-async.c [deleted file]
ui/vnc-jobs-sync.c [deleted file]
ui/vnc-jobs.c [new file with mode: 0644]
ui/vnc-jobs.h
ui/vnc.c
ui/vnc.h