From: "Daniel P. Berrange" <berrange@redhat.com>
To: qemu-devel@nongnu.org
Cc: Peter Maydell <peter.maydell@linaro.org>
Subject: [Qemu-devel] [PULL v1 0/3] Convert VNC server to use I/O channels
Date: Fri, 18 Dec 2015 15:46:57 +0000 [thread overview]
Message-ID: <1450453620-18960-1-git-send-email-berrange@redhat.com> (raw)
The following changes since commit 18f49881cf8359e89396aac12f5d3cf3f8a632ba:
configure: Fix shell syntax to placate OpenBSD's pdksh (2015-12-18 13:32:49 +0000)
are available in the git repository at:
git://github.com/berrange/qemu tags/pull-io-channel-vnc-2015-12-18-1
for you to fetch changes up to d5f042232cca1c3e2d16b49607632fe4c0f86453:
ui: convert VNC server to use QIOChannelWebsock (2015-12-18 15:02:11 +0000)
----------------------------------------------------------------
Merge VNC conversion to I/O channels
----------------------------------------------------------------
Daniel P. Berrange (3):
ui: convert VNC server to use QIOChannelSocket
ui: convert VNC server to use QIOChannelTLS
ui: convert VNC server to use QIOChannelWebsock
ui/vnc-auth-sasl.c | 57 ++++-
ui/vnc-auth-vencrypt.c | 93 +++-----
ui/vnc-jobs.c | 20 +-
ui/vnc-ws.c | 400 ++++++--------------------------
ui/vnc-ws.h | 71 +-----
ui/vnc.c | 608 ++++++++++++++++++++++---------------------------
ui/vnc.h | 31 ++-
7 files changed, 448 insertions(+), 832 deletions(-)
--
2.5.0
next reply other threads:[~2015-12-18 15:47 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-12-18 15:46 Daniel P. Berrange [this message]
2015-12-18 15:46 ` [Qemu-devel] [PULL v1 1/3] ui: convert VNC server to use QIOChannelSocket Daniel P. Berrange
2015-12-18 15:46 ` [Qemu-devel] [PULL v1 2/3] ui: convert VNC server to use QIOChannelTLS Daniel P. Berrange
2015-12-18 15:47 ` [Qemu-devel] [PULL v1 3/3] ui: convert VNC server to use QIOChannelWebsock Daniel P. Berrange
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1450453620-18960-1-git-send-email-berrange@redhat.com \
--to=berrange@redhat.com \
--cc=peter.maydell@linaro.org \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).