monitor: Introduce ReadLineState (Jan Kiszka)
commit4c36ba323582773a87e9d277b0ce8febcf2113fd
authoraliguori <aliguori@c046a42c-6fe2-441c-8c8c-71466251a162>
Thu, 5 Mar 2009 23:01:37 +0000 (5 23:01 +0000)
committeraliguori <aliguori@c046a42c-6fe2-441c-8c8c-71466251a162>
Thu, 5 Mar 2009 23:01:37 +0000 (5 23:01 +0000)
tree97a1cb91b1c14722266cbc5f5c9b6de8e7b0207c
parentbb806047e22f20b96fc4f2e1a8c93bfe16e552d7
monitor: Introduce ReadLineState (Jan Kiszka)

As another step towards decoupled monitor terminals encapsulate the
state of the readline processor in a separate data structure called
ReadLineState and adapt all interfaces appropriately. For now the
monitor continues to instantiate just a single readline state.

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6714 c046a42c-6fe2-441c-8c8c-71466251a162
monitor.c
readline.c
readline.h