Re: [Qemu-devel] [PATCH v4 0/3]: QMP: Human Monitor passthrough

2010-11-17 Thread Luiz Capitulino
On Wed, 17 Nov 2010 11:27:31 +0100 Markus Armbruster wrote: > Luiz Capitulino writes: > > > Simple example: > > > > -> { "execute": "human-monitor-command", "arguments": { "command-line": > > "print /i 10+25" } } > > <- { "return": "35\r\n" } > > > > Please, check individual patches for detail

Re: [Qemu-devel] [PATCH v4 0/3]: QMP: Human Monitor passthrough

2010-11-17 Thread Markus Armbruster
Luiz Capitulino writes: > Simple example: > > -> { "execute": "human-monitor-command", "arguments": { "command-line": > "print /i 10+25" } } > <- { "return": "35\r\n" } > > Please, check individual patches for details. Also note that this series > depends on the script improvements one. > > Also

[Qemu-devel] [PATCH v4 0/3]: QMP: Human Monitor passthrough

2010-11-16 Thread Luiz Capitulino
Simple example: -> { "execute": "human-monitor-command", "arguments": { "command-line": "print /i 10+25" } } <- { "return": "35\r\n" } Please, check individual patches for details. Also note that this series depends on the script improvements one. Also, Markus suggestion of having an assert() i