From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LwXfR-00035x-Lz for qemu-devel@nongnu.org; Wed, 22 Apr 2009 04:18:53 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LwXfM-00034p-V5 for qemu-devel@nongnu.org; Wed, 22 Apr 2009 04:18:53 -0400 Received: from [199.232.76.173] (port=52804 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LwXfM-00034k-RV for qemu-devel@nongnu.org; Wed, 22 Apr 2009 04:18:48 -0400 Received: from mx20.gnu.org ([199.232.41.8]:16113) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LwXfM-00087r-J7 for qemu-devel@nongnu.org; Wed, 22 Apr 2009 04:18:48 -0400 Received: from mx2.redhat.com ([66.187.237.31]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LwXfL-0002G4-TI for qemu-devel@nongnu.org; Wed, 22 Apr 2009 04:18:48 -0400 Message-ID: <49EED2D2.6090506@redhat.com> Date: Wed, 22 Apr 2009 10:18:26 +0200 From: Gerd Hoffmann MIME-Version: 1.0 Subject: Re: [Qemu-devel] resetting a stale VNC connection References: <49EDC3B4.7030508@cisco.com> <49EDCC6F.1020703@redhat.com> <20090421164023.GE26731@redhat.com> <49EDF907.5030100@codemonkey.ws> <20090421171701.GH26731@redhat.com> In-Reply-To: <20090421171701.GH26731@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Daniel P. Berrange" Cc: "David S. Ahern" , Avi Kivity , qemu-devel@nongnu.org On 04/21/09 19:17, Daniel P. Berrange wrote: > On Tue, Apr 21, 2009 at 11:49:11AM -0500, Anthony Liguori wrote: > I've no pressing need for this - i was just thinking of possible use > cases for the command. Now we allow multiple concurrent VNC clients, and > can authenticate them, I just thought that it might be desirable to be > able to drop individual authenticated clients. eg if you've revoked > their credentials, but they still have a session open. Turning off+on > the whole VNC server would work as a big stick too. I would link that to acl commands. You have to send that anyway to make qemu not accept new connections for $user. And qemu can check for open sessions owned by $user and zap them ... cheers, Gerd