]> Git Repo - qemu.git/commit
qtest: remove qtest_qmp_receive_success
authorMaxim Levitsky <[email protected]>
Tue, 6 Oct 2020 12:59:32 +0000 (08:59 -0400)
committerPaolo Bonzini <[email protected]>
Mon, 12 Oct 2020 15:50:49 +0000 (11:50 -0400)
commit5e34005571af53b73e4a10cb2c6e0712cf6b8d2c
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 <[email protected]>
Signed-off-by: Maxim Levitsky <[email protected]>
tests/qtest/libqos/libqtest.h
tests/qtest/libqtest.c
tests/qtest/migration-helpers.c
This page took 0.02712 seconds and 4 git commands to generate.