From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MqWNK-0005nt-OV for qemu-devel@nongnu.org; Wed, 23 Sep 2009 14:15:34 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MqWNG-0005n3-92 for qemu-devel@nongnu.org; Wed, 23 Sep 2009 14:15:34 -0400 Received: from [199.232.76.173] (port=41061 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MqWNG-0005n0-4v for qemu-devel@nongnu.org; Wed, 23 Sep 2009 14:15:30 -0400 Received: from mail2.shareable.org ([80.68.89.115]:53371) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MqWNF-0000gU-SL for qemu-devel@nongnu.org; Wed, 23 Sep 2009 14:15:30 -0400 Date: Wed, 23 Sep 2009 19:15:27 +0100 From: Jamie Lokier Subject: Re: [Qemu-devel] ANN: QEMU Monitor Protocol git tree Message-ID: <20090923181527.GA23822@shareable.org> References: <20090921224430.610da97b@doriath> <4AB98034.3060608@codemonkey.ws> <20090923095701.GE29269@redhat.com> <87my4lir9z.fsf@pike.pond.sub.org> <20090923131123.542fbd85@doriath> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20090923131123.542fbd85@doriath> List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Luiz Capitulino Cc: qemu-devel@nongnu.org, Markus Armbruster , avi@redhat.com Luiz Capitulino wrote: > > If the objective is to make life as easy as possible for clients, then > > terminate lines with just LF. > > Okay, but note that the '\r\n' are there because it's what > QEMU does today (look at monitor_puts()). Bear in mind: telnet expects CRLF, and CRLF tends to work better with terminals over serial ports too. You could translate LF to CRLF on output to telnet/serial - that would make sense. -- Jamie