Re: [Qemu-devel] [PATCH 12/13] QMP: Introduce qmp_check_input_obj()

2010-06-23 Thread Markus Armbruster
Luiz Capitulino lcapitul...@redhat.com writes: This is similar to qmp_check_client_args(), but it checks if the input object follows the specification (QMP/qmp-spec.txt section 2.3). As we're limited to three keys, the work here is quite simple: we iterate over the input object, checking

Re: [Qemu-devel] [PATCH 12/13] QMP: Introduce qmp_check_input_obj()

2010-06-23 Thread Luiz Capitulino
On Wed, 23 Jun 2010 17:23:54 +0200 Markus Armbruster arm...@redhat.com wrote: Luiz Capitulino lcapitul...@redhat.com writes: This is similar to qmp_check_client_args(), but it checks if the input object follows the specification (QMP/qmp-spec.txt section 2.3). As we're limited to

[Qemu-devel] [PATCH 12/13] QMP: Introduce qmp_check_input_obj()

2010-06-22 Thread Luiz Capitulino
This is similar to qmp_check_client_args(), but it checks if the input object follows the specification (QMP/qmp-spec.txt section 2.3). As we're limited to three keys, the work here is quite simple: we iterate over the input object, checking each time if the current argument complies to the