From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:57799) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QRxVT-000773-0o for qemu-devel@nongnu.org; Wed, 01 Jun 2011 22:19:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QRxVR-0001PT-Dn for qemu-devel@nongnu.org; Wed, 01 Jun 2011 22:19:30 -0400 Received: from smtpout3.three.com.au ([202.124.68.59]:12369) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QRxVQ-0001Ou-U3 for qemu-devel@nongnu.org; Wed, 01 Jun 2011 22:19:29 -0400 Received: from auumvs2fe04.three.com.au (auhgvpsmtp.three.com.au [10.176.77.86]) by smtpout3.three.com.au (Postfix) with ESMTP id D559077C8D for ; Thu, 2 Jun 2011 12:19:25 +1000 (EST) Received: from saxicola.localnet ([10.224.20.109]) by auumvs2fe04.three.com.au with ESMTP id p522Jmxx004992-p522Jm00004992 for ; Thu, 2 Jun 2011 12:19:49 +1000 From: Brad Hards Date: Thu, 2 Jun 2011 12:19:22 +1000 References: <1306943645-20313-1-git-send-email-lcapitulino@redhat.com> <1306943645-20313-6-git-send-email-lcapitulino@redhat.com> In-Reply-To: <1306943645-20313-6-git-send-email-lcapitulino@redhat.com> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <201106021219.22789.bradh@frogmouth.net> Subject: Re: [Qemu-devel] [PATCH 5/5] QMP: add server mode to QEMUMonitorProtocol List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org On Thu, 2 Jun 2011 01:54:05 AM Luiz Capitulino wrote: > QEMU supports socket chardevs that establish connections like a server > or a client. Is this protocol documented anywhere? Brad