[Qemu-devel] [PATCH 06/14] monitor: expose readline state

2012-01-18 Thread Luiz Capitulino
From: Anthony Liguori 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 Liguo

[Qemu-devel] [PATCH 06/14] monitor: expose readline state

2011-08-24 Thread Anthony Liguori
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 --- monitor.c | 1