Re: [Qemu-devel] [PATCH v3] qmp-shell: add persistent command history

2017-05-02 Thread Markus Armbruster
John Snow writes: > Use the existing readline history function we are utilizing > to provide persistent command history across instances of qmp-shell. > > This assists entering debug commands across sessions that may be > interrupted by QEMU sessions terminating, where the qmp-shell has > to be r

Re: [Qemu-devel] [PATCH v3] qmp-shell: add persistent command history

2017-04-28 Thread Kashyap Chamarthy
On Thu, Apr 27, 2017 at 06:36:28PM -0400, John Snow wrote: > Use the existing readline history function we are utilizing > to provide persistent command history across instances of qmp-shell. > > This assists entering debug commands across sessions that may be > interrupted by QEMU sessions termin

Re: [Qemu-devel] [PATCH v3] qmp-shell: add persistent command history

2017-04-28 Thread Stefan Hajnoczi
On Thu, Apr 27, 2017 at 06:36:28PM -0400, John Snow wrote: > Use the existing readline history function we are utilizing > to provide persistent command history across instances of qmp-shell. > > This assists entering debug commands across sessions that may be > interrupted by QEMU sessions termin

[Qemu-devel] [PATCH v3] qmp-shell: add persistent command history

2017-04-27 Thread John Snow
Use the existing readline history function we are utilizing to provide persistent command history across instances of qmp-shell. This assists entering debug commands across sessions that may be interrupted by QEMU sessions terminating, where the qmp-shell has to be relaunched. Signed-off-by: John