From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MM5xz-00037C-IG for qemu-devel@nongnu.org; Wed, 01 Jul 2009 15:59:39 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MM5xu-00033Z-Nj for qemu-devel@nongnu.org; Wed, 01 Jul 2009 15:59:39 -0400 Received: from [199.232.76.173] (port=43121 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MM5xu-00033S-HG for qemu-devel@nongnu.org; Wed, 01 Jul 2009 15:59:34 -0400 Received: from mail-ew0-f211.google.com ([209.85.219.211]:53668) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MM5xu-0008Aa-0S for qemu-devel@nongnu.org; Wed, 01 Jul 2009 15:59:34 -0400 Received: by ewy7 with SMTP id 7so1307801ewy.34 for ; Wed, 01 Jul 2009 12:59:30 -0700 (PDT) Message-ID: <4A4BC01B.7000100@codemonkey.ws> Date: Wed, 01 Jul 2009 14:59:23 -0500 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH 0/2] Tunnel character device data over VNC (v1) References: <20090701162114.GB24296@redhat.com> <4A4B91F7.9010206@redhat.com> <20090701165039.GF24296@redhat.com> <4A4B9D2F.5000607@redhat.com> <4A4BB038.7050401@codemonkey.ws> <4A4BBBE6.2070601@redhat.com> In-Reply-To: <4A4BBBE6.2070601@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: Gerd Hoffmann Cc: qemu-devel@nongnu.org Gerd Hoffmann wrote: > Monitor is a special case. Multiple connections to the same session > are not very useful there. Multiple sessions are a different (albeit > related) problem. Serial is the same. Imagine a bash shell running on the serial port with two VNC client connected and stdio connected. Utter chaos. You really want to use one or the other, never both at the same time. If that's the case, then just switch the character device on the fly. Don't pretend that we can arbitrate multiple clients at once. Regards, Anthony Liguori > cheers, > Gerd >