Daniel P. Berrangé <[email protected]> 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é <[email protected]>
Reviewed-by: Juan Quintela <[email protected]> > - 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.
