Daniel P. Berrangé <berra...@redhat.com> wrote: > Most usage of wait_command() is followed by qobject_unref(), which > is just a verbose re-implementation of qtest_qmp_assert_success(). > > Signed-off-by: Daniel P. Berrangé <berra...@redhat.com>
Reviewed-by: Juan Quintela <quint...@redhat.com> > - qobject_unref(rsp); > + qtest_qmp_fds_assert_success(to, &(pair[0]), 1, I was wondering about the parens, and then saw Thomas message O:-) Later, Juan.