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

2010-11-17 Thread Markus Armbruster
Luiz Capitulino lcapitul...@redhat.com 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,

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 arm...@redhat.com wrote: Luiz Capitulino lcapitul...@redhat.com writes: Simple example: - { execute: human-monitor-command, arguments: { command-line: print /i 10+25 } } - { return: 35\r\n } Please, check individual patches

[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() in