From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NBANb-0007pV-D4 for qemu-devel@nongnu.org; Thu, 19 Nov 2009 12:01:11 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NBANU-0007jO-QB for qemu-devel@nongnu.org; Thu, 19 Nov 2009 12:01:09 -0500 Received: from [199.232.76.173] (port=41473 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NBANU-0007it-CT for qemu-devel@nongnu.org; Thu, 19 Nov 2009 12:01:04 -0500 Received: from mx1.redhat.com ([209.132.183.28]:28131) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NBANT-0005ft-NF for qemu-devel@nongnu.org; Thu, 19 Nov 2009 12:01:04 -0500 Date: Thu, 19 Nov 2009 15:00:54 -0200 From: Luiz Capitulino Subject: Re: [Qemu-devel] [RFC v0 00/15] QEMU Monitor Protocol Message-ID: <20091119150054.19c0355e@doriath> In-Reply-To: <1258643623-8636-1-git-send-email-lcapitulino@redhat.com> References: <1258643623-8636-1-git-send-email-lcapitulino@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: aliguori@us.ibm.com, avi@redhat.com On Thu, 19 Nov 2009 13:13:28 -0200 Luiz Capitulino wrote: > o Not using the stream parser to read the input Just to clarify: this only means that a '\n' is required at the end of input. This series is already capable on reading json input.