On 08/06/2015 10:10, Markus Armbruster wrote: > > > + } else if (!strcmp(arg_name, "id")) { > > > + /* Ignored, necessary for backwards compatibility */ > > > } else { > > > error_set(errp, QERR_QMP_EXTRA_MEMBER, arg_name); > > > return NULL; > > > > > > > Nope, this is not enough to fix virt-test. > Really? Details?
It really wants the id in the reply to match the id in the request. Paolo