qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Allow UNIX socket for VNC websocket
@ 2023-07-23 21:03 Sergii Zasenko
  2023-07-24  8:08 ` Marc-André Lureau
  2023-07-24  8:49 ` Daniel P. Berrangé
  0 siblings, 2 replies; 6+ messages in thread
From: Sergii Zasenko @ 2023-07-23 21:03 UTC (permalink / raw)
  To: qemu-devel; +Cc: Sergii Zasenko

Signed-off-by: Sergii Zasenko <sergii@zasenko.name>
---
 ui/vnc.c | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/ui/vnc.c b/ui/vnc.c
index 92964dc..dea1414 100644
--- a/ui/vnc.c
+++ b/ui/vnc.c
@@ -3715,11 +3715,6 @@ static int vnc_display_get_address(const char *addrstr,
         addr->type = SOCKET_ADDRESS_TYPE_UNIX;
         addr->u.q_unix.path = g_strdup(addrstr + 5);
 
-        if (websocket) {
-            error_setg(errp, "UNIX sockets not supported with websock");
-            goto cleanup;
-        }
-
         if (to) {
             error_setg(errp, "Port range not support with UNIX socket");
             goto cleanup;
-- 
2.39.2



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

end of thread, other threads:[~2023-07-24 10:06 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-23 21:03 [PATCH] Allow UNIX socket for VNC websocket Sergii Zasenko
2023-07-24  8:08 ` Marc-André Lureau
2023-07-24  8:48   ` Daniel P. Berrangé
2023-07-24  8:49 ` Daniel P. Berrangé
2023-07-24 10:03   ` [PATCH] Allow UNIX socket option " Sergii Zasenko
2023-07-24 10:05     ` Marc-André Lureau

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).