monitor: expose readline state
authorAnthony Liguori <aliguori@us.ibm.com>
Fri, 2 Sep 2011 17:34:50 +0000 (12:34 -0500)
committerLuiz Capitulino <lcapitulino@redhat.com>
Wed, 18 Jan 2012 12:23:39 +0000 (10:23 -0200)
commit7060b478d3f3a8bc7a282292609ff5aec6de1958
tree6ef554944e1c4992a563987d53e516fcda730b1d
parentc245b6a37d76670c3ba7b9063bac943bb998bb7c
monitor: expose readline state

HMP is now implemented in terms of QMP.  The monitor has a bunch of logic to
deal with HMP right now like readline support.  Export it from the monitor so
we can consume it in hmp.c.

In short time, hmp.c will take over all of the readline bits.

Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
monitor.c
monitor.h