Re: [Qemu-devel] [PATCH] qmp: use valid JSON in transaction example

2014-05-07 Thread Luiz Capitulino
On Tue, 6 May 2014 09:39:03 -0600 Eric Blake wrote: > Our example should use the correct quotes to match what someone > could actually pass over the wire. > > * qmp-commands.hx: Use correct JSON quotes. > > Signed-off-by: Eric Blake Applied to the qmp branch, thanks. > --- > qmp-commands.h

[Qemu-devel] [PATCH] qmp: use valid JSON in transaction example

2014-05-06 Thread Eric Blake
Our example should use the correct quotes to match what someone could actually pass over the wire. * qmp-commands.hx: Use correct JSON quotes. Signed-off-by: Eric Blake --- qmp-commands.hx | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/qmp-commands.hx b/qmp-commands