From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58306) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YYDrB-0007zA-FI for qemu-devel@nongnu.org; Wed, 18 Mar 2015 09:17:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YYDr5-0001vh-78 for qemu-devel@nongnu.org; Wed, 18 Mar 2015 09:17:57 -0400 Received: from mx1.redhat.com ([209.132.183.28]:50786) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YYDr4-0001vH-UR for qemu-devel@nongnu.org; Wed, 18 Mar 2015 09:17:51 -0400 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id t2IDHotS019526 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Wed, 18 Mar 2015 09:17:50 -0400 From: Gerd Hoffmann Date: Wed, 18 Mar 2015 14:17:37 +0100 Message-Id: <1426684666-30629-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PULL for-2.3 0/9] vnc patch queue. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Gerd Hoffmann Hi, One QMP fix from Markus, needs to go into 2.3 because it is a API fix. A bunch of websocket fixes from Daniel, with some cleanup work. The problems fixed are serious enouth that I don't want delay this to 2.4 even though there are some non-trivial changes in the vnc websockets code. please pull, Gerd The following changes since commit 5a4992834daec85c3913654903fb9f4f954e585a: Merge remote-tracking branch 'remotes/armbru/tags/pull-cov-model-2015-03-17' into staging (2015-03-17 11:43:00 +0000) are available in the git repository at: git://git.kraxel.org/qemu tags/pull-vnc-20150318-1 for you to fetch changes up to 4a48aaa9f52dbac148be24f591de2f28c58ccb5d: ui: ensure VNC websockets server checks the ACL if requested (2015-03-18 09:25:14 +0100) ---------------------------------------------------------------- vnc: fix websockets & QMP. ---------------------------------------------------------------- Daniel P. Berrange (8): ui: remove unused 'wiremode' variable in VncState struct ui: replace printf() calls with VNC_DEBUG ui: report error if user requests VNC option that is unsupported ui: split setup of VNC auth scheme into separate method ui: fix setup of VNC websockets auth scheme with TLS ui: enforce TLS when using websockets server ui: remove separate gnutls_session for websockets server ui: ensure VNC websockets server checks the ACL if requested Markus Armbruster (1): vnc: Fix QMP change not to use funky error class ui/vnc-auth-vencrypt.c | 1 - ui/vnc-tls.c | 72 +++++------- ui/vnc-tls.h | 7 -- ui/vnc-ws.c | 46 ++++---- ui/vnc-ws.h | 2 +- ui/vnc.c | 289 +++++++++++++++++++++++++++++-------------------- ui/vnc.h | 9 +- 7 files changed, 223 insertions(+), 203 deletions(-)