aboutsummaryrefslogtreecommitdiffstats
path: root/main/xen/qemu-xen-websocket-plain-hack.patch
diff options
context:
space:
mode:
Diffstat (limited to 'main/xen/qemu-xen-websocket-plain-hack.patch')
-rw-r--r--main/xen/qemu-xen-websocket-plain-hack.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/main/xen/qemu-xen-websocket-plain-hack.patch b/main/xen/qemu-xen-websocket-plain-hack.patch
new file mode 100644
index 0000000000..11d77708bb
--- /dev/null
+++ b/main/xen/qemu-xen-websocket-plain-hack.patch
@@ -0,0 +1,11 @@
+--- xen-4.3.0.orig/tools/qemu-xen/ui/vnc.c
++++ xen-4.3.0/tools/qemu-xen/ui/vnc.c
+@@ -3121,7 +3121,7 @@
+ */
+ if (password) {
+ #ifdef CONFIG_VNC_TLS
+- if (tls) {
++ if (0) {
+ vs->auth = VNC_AUTH_VENCRYPT;
+ if (x509) {
+ VNC_DEBUG("Initializing VNC server with x509 password auth\n");