On 09/01/2017 02:03 PM, Eric Blake wrote: > Remove the trivial wrappers qtest_start() and qtest_end(), to make > it obvious in the rest of the testsuite where we are still relying on > global_qtest. Doing this makes it easier to see what remaining > cleanups will be needed if we don't want an implicit dependency > on global state. Many tests can also take advantage of qtest_init() > doing formatting of args, avoiding a temporary local variable. > > Signed-off-by: Eric Blake <ebl...@redhat.com>
Reviewed-by: John Snow <js...@redhat.com> diffstat looks like a win overall, unless it's just a local minima ;)