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 <stefa...@redhat.com>
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