Re: [Qemu-devel] [PATCH 0/5] qemu-io: readline command completion

2013-11-27 Thread Luiz Capitulino
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

[Qemu-devel] [PATCH 0/5] qemu-io: readline command completion

2013-11-14 Thread Stefan Hajnoczi
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