qtest: remove qtest_qmp_receive_success
commit5e34005571af53b73e4a10cb2c6e0712cf6b8d2c
authorMaxim Levitsky <mlevitsk@redhat.com>
Tue, 6 Oct 2020 12:59:32 +0000 (6 08:59 -0400)
committerPaolo Bonzini <pbonzini@redhat.com>
Mon, 12 Oct 2020 15:50:49 +0000 (12 11:50 -0400)
tree7c54a46a8b9a5a081651605d7dbdf028101d124b
parentc22045bfe6d5ceebd414ff53ff23fff7ad5930d1
qtest: remove qtest_qmp_receive_success

The purpose of qtest_qmp_receive_success was mostly to process events
that arrived between the issueing of a command and the "return"
line from QMP.  This is now handled by the buffering of events
that libqtest performs automatically.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Maxim Levitsky <mlevitsk@redhat.com>
tests/qtest/libqos/libqtest.h
tests/qtest/libqtest.c
tests/qtest/migration-helpers.c