commit | 7060b478d3f3a8bc7a282292609ff5aec6de1958 | [log] [tgz] |
---|---|---|
author | Anthony Liguori <aliguori@us.ibm.com> | Fri Sep 02 12:34:50 2011 -0500 |
committer | Luiz Capitulino <lcapitulino@redhat.com> | Wed Jan 18 10:23:39 2012 -0200 |
tree | 6ef554944e1c4992a563987d53e516fcda730b1d | |
parent | c245b6a37d76670c3ba7b9063bac943bb998bb7c [diff] |
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>