From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:34891) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TaNA7-000359-9Y for qemu-devel@nongnu.org; Mon, 19 Nov 2012 03:57:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TaNA4-0007WR-7U for qemu-devel@nongnu.org; Mon, 19 Nov 2012 03:57:03 -0500 Received: from mx1.redhat.com ([209.132.183.28]:4361) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TaNA3-0007WJ-W0 for qemu-devel@nongnu.org; Mon, 19 Nov 2012 03:57:00 -0500 Message-ID: <50A9F452.1030706@redhat.com> Date: Mon, 19 Nov 2012 09:56:50 +0100 From: Gerd Hoffmann MIME-Version: 1.0 References: <1353078798-6472-1-git-send-email-thardeck@suse.de> <1353281384.3623.38.camel@Thinktank.site> In-Reply-To: <1353281384.3623.38.camel@Thinktank.site> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] vnc: added initial websockets support List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Tim Hardeck Cc: Stefan Hajnoczi , github@martintribe.org, qemu-devel On 11/19/12 00:29, Tim Hardeck wrote: > Hi Stefan, > > thanks for your input but how should it be implemented? > > I personally would like activating Websockets as a VNC option like: > " -vnc :0 -vnc :1,websockets" I have already tested this locally > and it does work but only for one protocol since QEMU does only > interpret the last vnc option. So is allowing more than one VNC > command line entry in combination with having more than one VNC > thread for the same display worth working on or do you have > something different in mind? -vnc :0,websock=$portnr ? cheers, Gerd