qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] ANN: QEMU Monitor Protocol git tree


From: Jamie Lokier
Subject: Re: [Qemu-devel] ANN: QEMU Monitor Protocol git tree
Date: Wed, 23 Sep 2009 19:15:27 +0100
User-agent: Mutt/1.5.13 (2006-08-11)

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]