From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:41146) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TOPub-0002aF-CX for qemu-devel@nongnu.org; Wed, 17 Oct 2012 05:27:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TOPuV-00010w-Ga for qemu-devel@nongnu.org; Wed, 17 Oct 2012 05:27:37 -0400 Received: from mx1.redhat.com ([209.132.183.28]:37646) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TOPuU-000105-T1 for qemu-devel@nongnu.org; Wed, 17 Oct 2012 05:27:31 -0400 Message-ID: <507E79FD.1060304@redhat.com> Date: Wed, 17 Oct 2012 11:27:25 +0200 From: Gerd Hoffmann MIME-Version: 1.0 References: <1350288417-24350-1-git-send-email-kraxel@redhat.com> <1350288417-24350-10-git-send-email-kraxel@redhat.com> <507D2543.2090306@linux.vnet.ibm.com> In-Reply-To: <507D2543.2090306@linux.vnet.ibm.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v3 9/9] chardev: add hotplug support. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Lei Li Cc: qemu-devel@nongnu.org Hi, >> +- "id": the chardev's ID, must be unique (json-string) >> +- "backend": the chardev backend: "file", "socket", ... (json-string) >> +- "path": file / device / unix socket path (json-string, optional) >> +- "name": spice channel name (json-string, optional) >> +- "host": host name (json-string, optional) >> +- "port": port number (json-string, optional) >> +- "server": create socket in server mode (json-bool, optional) >> +- "wait": wait for connect (json-bool, optional) >> +- "ipv4": force ipv4-only (json-bool, optional) >> +- "ipv6": force ipv6-only (json-bool, optional) >> +- "telnet": telnet negotiation (json-bool, optional) >> + > > As mentioned in another thread, should it support the "mux" argument > for multiplexing mode? I don't think so. Basically the only use case for the mux chardev is -nographic with serial line + monitor being multiplexed on stdio. cheers, Gerd