Re: [Qemu-devel] Monitor Readline - no terminal echo after exit

2014-04-25 Thread Gerd Hoffmann
Hi, > -nographic without -nodefaults sets up a default serial line and a > monitor, multiplexed onto stdio. Another way to get that is -serial > mon:stdio. > > Maybe the multiplexing has regressed. I'm not sure, as I don't use it > myself. Gerd (cc'ed) might know more. Works for me. Serial

Re: [Qemu-devel] Monitor Readline - no terminal echo after exit

2014-04-25 Thread Markus Armbruster
Mike Day writes: > On Thu, Apr 24, 2014 at 3:31 AM, Markus Armbruster wrote: >>> I believe someone on the list mentioned they are seeing a couple >>> problems entering and exiting the Monitor. I'd like to look at this more >>> closely, starting with my most pending issue: losing the terminal ech

Re: [Qemu-devel] Monitor Readline - no terminal echo after exit

2014-04-24 Thread Mike Day
On Thu, Apr 24, 2014 at 3:31 AM, Markus Armbruster wrote: >> I believe someone on the list mentioned they are seeing a couple >> problems entering and exiting the Monitor. I'd like to look at this more >> closely, starting with my most pending issue: losing the terminal echo >> after exiting the M

Re: [Qemu-devel] Monitor Readline - no terminal echo after exit

2014-04-24 Thread Markus Armbruster
Mike Day writes: > I believe someone on the list mentioned they are seeing a couple > problems entering and exiting the Monitor. I'd like to look at this more > closely, starting with my most pending issue: losing the terminal echo > after exiting the Monitor. Reproducer? > Does anyone have a q

[Qemu-devel] Monitor Readline - no terminal echo after exit

2014-04-23 Thread Mike Day
I believe someone on the list mentioned they are seeing a couple problems entering and exiting the Monitor. I'd like to look at this more closely, starting with my most pending issue: losing the terminal echo after exiting the Monitor. Does anyone have a quick pointer as to where I should look fo