On Thu, 11 Nov 2010 18:22:13 +0200 Avi Kivity <a...@redhat.com> wrote:
> On 10/29/2010 04:28 PM, Luiz Capitulino wrote: > > Simple example: > > > > -> { "execute": "hmp_passthrough", "arguments": { "command-line": "print > > /i 10+25" } } > > <- { "return": "35\r\n" } > > > > Why are the names so cryptic? > > -> { "execute": "human-monitor-command", ... } Hm, Markus suggested something like it. > <- { "return": "42\r\n" } My examples are so boring...