qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 0/2] qmp: implement readline handlig for stdio


From: Pavel Hrdina
Subject: [Qemu-devel] [PATCH 0/2] qmp: implement readline handlig for stdio
Date: Wed, 30 May 2012 12:01:33 +0200

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   |   83 +++++++++++++++++++++++++++++++++++++++++++++++++++++++---
 qemu-char.c |   26 +++++++-----------
 vl.c        |    3 ++
 3 files changed, 91 insertions(+), 21 deletions(-)

-- 
1.7.7.6




reply via email to

[Prev in Thread] Current Thread [Next in Thread]