Mike Day <ncm...@ncultra.org> 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 quick pointer as to where I should look for this > code? Otherwise I'll start looking through main_loop and friends and > vl.c for init and destroy routines. The monitor runs on top of a QEMU chardev. Suggest to start digging at monitor_init(), both into the monitor itself, and into the CharDriverState object.