From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LYopv-0001RR-6b for qemu-devel@nongnu.org; Sun, 15 Feb 2009 16:47:39 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LYopt-0001RF-Mw for qemu-devel@nongnu.org; Sun, 15 Feb 2009 16:47:38 -0500 Received: from [199.232.76.173] (port=36505 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LYopt-0001RC-IP for qemu-devel@nongnu.org; Sun, 15 Feb 2009 16:47:37 -0500 Received: from mx2.redhat.com ([66.187.237.31]:50106) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LYopt-0004RP-4v for qemu-devel@nongnu.org; Sun, 15 Feb 2009 16:47:37 -0500 Received: from int-mx2.corp.redhat.com (int-mx2.corp.redhat.com [172.16.27.26]) by mx2.redhat.com (8.13.8/8.13.8) with ESMTP id n1FLlYEG027198 for ; Sun, 15 Feb 2009 16:47:34 -0500 Received: from mail02.corp.redhat.com (zmail02.collab.prod.int.phx2.redhat.com [10.5.5.42]) by int-mx2.corp.redhat.com (8.13.1/8.13.1) with ESMTP id n1FLlYYK017356 for ; Sun, 15 Feb 2009 16:47:34 -0500 From: "Itamar Heim" References: <4995CECB.1070401@moose.net> <20090215113500.GD4795@redhat.com> In-Reply-To: <20090215113500.GD4795@redhat.com> Subject: RE: [Qemu-devel] [PATCH] Support multiple VNC clients Date: Sun, 15 Feb 2009 16:47:34 -0500 (EST) Message-ID: <004e01c98fb7$68673070$39359150$@com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Language: en-us Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org > From: qemu-devel-bounces+iheim=redhat.com@nongnu.org [mailto:qemu-devel- ... > Perhaps also add a -vnc command line flag to let us control policy for > multiple clients interactions ? eg some policies I think of > > - Single client, new clients dropped > - Single client, original client dropped > - Many clients, first full access, others view only > - Many clients, all full access [IH] also - how does one specify the password for a specific vnc via the monitor?