Re: [Qemu-devel] [PATCH v2 0/4] scripts: qmp-shell: add transaction support

2015-04-23 Thread Luiz Capitulino
On Wed, 22 Apr 2015 15:27:17 -0400 John Snow wrote: > > > On 04/22/2015 12:21 PM, John Snow wrote: > > The qmp-shell is a little rudimentary, but it can be hacked > > to give us some transactional support without too much difficulty. > > > > (1) Prep. > > (2) Add support for serializing json ar

Re: [Qemu-devel] [PATCH v2 0/4] scripts: qmp-shell: add transaction support

2015-04-22 Thread John Snow
On 04/22/2015 12:21 PM, John Snow wrote: The qmp-shell is a little rudimentary, but it can be hacked to give us some transactional support without too much difficulty. (1) Prep. (2) Add support for serializing json arrays (3) Allow users to use 'single quotes' instead of "double quotes" (4) Ad

[Qemu-devel] [PATCH v2 0/4] scripts: qmp-shell: add transaction support

2015-04-22 Thread John Snow
The qmp-shell is a little rudimentary, but it can be hacked to give us some transactional support without too much difficulty. (1) Prep. (2) Add support for serializing json arrays (3) Allow users to use 'single quotes' instead of "double quotes" (4) Add a special transaction( ... ) syntax that le