All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] curses.c: "We need a terminal output" ?
@ 2019-04-13  9:02 Joachim Durchholz
  2019-04-15 19:10 ` John Snow
  0 siblings, 1 reply; 11+ messages in thread
From: Joachim Durchholz @ 2019-04-13  9:02 UTC (permalink / raw)
  To: qemu-devel

Hi all,

what's the reasoning behind "We need a terminal output" in curses.c?

I don't really see a scenario where it's problematic if qemu emits 
escape sequences to a pipe.
I have experienced one scenario where it is problematic: It doesn't work 
properly with pexpect and expectit (a Python and a Java library that do 
expect). I suspect they fail to use a pty, but then I see no harm in not 
doing so.
I can see another scenario when this is problematic: Unit testing code 
that directly writes to the console. E.g. testing BIOS code, or testing 
operating systems when using the serial port is not an option.

Regards,
Jo

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2019-04-18 18:06 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-13  9:02 [Qemu-devel] curses.c: "We need a terminal output" ? Joachim Durchholz
2019-04-15 19:10 ` John Snow
2019-04-16  7:24   ` Gerd Hoffmann
2019-04-16 14:02     ` Laszlo Ersek
2019-04-16 18:04     ` Joachim Durchholz
2019-04-17  7:10       ` Gerd Hoffmann
2019-04-17 17:09         ` Joachim Durchholz
2019-04-17 18:27           ` Laszlo Ersek
2019-04-18  5:02             ` Joachim Durchholz
2019-04-18 11:02               ` Laszlo Ersek
2019-04-18 18:06                 ` Joachim Durchholz

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.