On Thu, 14 Nov 2013 11:54:13 +0100
Stefan Hajnoczi wrote:
> This series decouples readline.c from the QEMU monitor and then reuses it in
> qemu-io. This adds history and command completion to the qemu-io interactive
> prompt.
I don't know what's the state of this series, but I reviewed the HMP
This series decouples readline.c from the QEMU monitor and then reuses it in
qemu-io. This adds history and command completion to the qemu-io interactive
prompt.
Stefan Hajnoczi (5):
readline: decouple readline from the monitor
readline: move readline to a generic location
osdep: add qemu_s