On Wed, 02 Jun 2010 08:59:11 +0200 Markus Armbruster <arm...@redhat.com> wrote:
> Luiz Capitulino <lcapitul...@redhat.com> writes: [...] > > + > > + type = qobject_to_qstring(obj); > > + assert(type != NULL); > > + > > + if (qstring_get_str(type)[0] == 'O') { > > + QemuOptsList *opts_list = qemu_find_opts(cmd_arg_name); > > + assert(opts_list); > > + res->result = check_opts(opts_list, res->qdict); > > I doubt this is the right place for calling check_opts. Can you suggest the right place?