Re: [Qemu-devel] [PATCH 1/5] scripts: qmp-shell: refactor helpers

2015-04-22 Thread Eric Blake
On 04/21/2015 08:02 PM, John Snow wrote: > Refactor the qmp-shell command line processing function > into two components. This will be used to allow sub-expressions, > which will assist us in adding transactional support to qmp-shell. > > Signed-off-by: John Snow > --- > scripts/qmp/qmp-shell |

[Qemu-devel] [PATCH 1/5] scripts: qmp-shell: refactor helpers

2015-04-21 Thread John Snow
Refactor the qmp-shell command line processing function into two components. This will be used to allow sub-expressions, which will assist us in adding transactional support to qmp-shell. Signed-off-by: John Snow --- scripts/qmp/qmp-shell | 24 +--- 1 file changed, 13 inserti