qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH 3/5] osdep: add qemu_set_tty_echo()


From: Kevin Wolf
Subject: Re: [Qemu-devel] [PATCH 3/5] osdep: add qemu_set_tty_echo()
Date: Fri, 29 Nov 2013 11:04:02 +0100
User-agent: Mutt/1.5.21 (2010-09-15)

Am 14.11.2013 um 11:54 hat Stefan Hajnoczi geschrieben:
> Using stdin with readline.c requires disabling echo and line buffering.
> Add a portable wrapper to set the terminal attributes under Linux and
> Windows.
> 
> Signed-off-by: Stefan Hajnoczi <address@hidden>

There's already qemu_chr_fe_set_echo(). Can't we use that? Changing this
setting outside the context of a chardev feels wrong anyway.

Kevin



reply via email to

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