For debug it would be nice to have a same functionality for the qmp monitor
on stdio as the hmp monitor on stdio has. For this purpose we also use
readline mode for qmp monitor on stdio.

Because we don't need anymore an echo function for stdio, there is also revert 
of
a commit, which added this functionality.

Pavel Hrdina (2):
  qmp: use readline mode for stdio
  qmp: revert "add set_echo implementation for qemu_chr_stdio"

 monitor.c   |   92 +++++++++++++++++++++++++++++++++++++++++++++++++++++++----
 qemu-char.c |   26 ++++++----------
 vl.c        |    3 ++
 3 files changed, 99 insertions(+), 22 deletions(-)

-- 
1.7.7.6


Reply via email to