qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/3] [RFC] Threaded vnc server
@ 2010-05-29  7:38 Corentin Chary
  2010-05-29  7:38 ` [Qemu-devel] [PATCH 1/3] qemu-thread: add qemu_mutex/cond_destroy and qemu_mutex_exit Corentin Chary
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Corentin Chary @ 2010-05-29  7:38 UTC (permalink / raw)
  To: qemu-devel
  Cc: Corentin Chary, Anthony Liguori, Gautham R Shenoy, Alexander Graf,
	Adam Litke

Hi,
This series add a threaded VNC server and should be applied on top on my previous patch set (adding tight encoding).
The first two patchs add some functions to qemu-thread. The last is the threaded VNC server and the changelog
explains how it works.

refs: http://xf.iksaif.net/blog/index.php?post/2010/05/28/QEMU%3A-Threaded-VNC-Server-results

Thanks

Corentin Chary (3):
  qemu-thread: add qemu_mutex/cond_destroy and qemu_mutex_exit
  qemu-thread: add cleanup_push() and cleanup_pop()
  vnc: threaded VNC server

 Makefile        |    4 +
 Makefile.objs   |    7 +-
 configure       |   13 ++
 qemu-thread.c   |   22 ++++
 qemu-thread.h   |    8 ++
 vnc-jobs-sync.c |   70 ++++++++++++
 vnc-jobs.c      |  328 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
 vnc.c           |  161 +++++++++++++++++++++++----
 vnc.h           |   73 ++++++++++++
 9 files changed, 663 insertions(+), 23 deletions(-)
 create mode 100644 vnc-jobs-sync.c
 create mode 100644 vnc-jobs.c

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2010-06-03  8:26 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-29  7:38 [Qemu-devel] [PATCH 0/3] [RFC] Threaded vnc server Corentin Chary
2010-05-29  7:38 ` [Qemu-devel] [PATCH 1/3] qemu-thread: add qemu_mutex/cond_destroy and qemu_mutex_exit Corentin Chary
2010-05-29  7:38 ` [Qemu-devel] [PATCH 2/3] qemu-thread: add cleanup_push() and cleanup_pop() Corentin Chary
2010-06-03  5:50   ` Paul Brook
2010-06-03  7:27   ` [Qemu-devel] " Paolo Bonzini
2010-06-03  7:46     ` Corentin Chary
2010-05-29  7:38 ` [Qemu-devel] [PATCH 3/3] vnc: threaded VNC server Corentin Chary
2010-06-03  7:55   ` [Qemu-devel] " Paolo Bonzini
2010-06-03  8:26     ` Corentin Chary

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).