Re: [Qemu-devel] [PATCH v4 3/4] scripts: qmp-shell: add transaction subshell

2015-04-29 Thread Eric Blake
On 04/29/2015 01:14 PM, John Snow wrote: > Add a special processing mode to craft transactions. > > By entering "transaction(" the shell will enter a special > mode where each subsequent command will be saved as a transaction > instead of executed as an individual command. > > The transaction can

[Qemu-devel] [PATCH v4 3/4] scripts: qmp-shell: add transaction subshell

2015-04-29 Thread John Snow
Add a special processing mode to craft transactions. By entering "transaction(" the shell will enter a special mode where each subsequent command will be saved as a transaction instead of executed as an individual command. The transaction can be submitted by entering ")" on a line by itself. Exa