]> Git Repo - qemu.git/commit
libqtest: Clean up how we read the QMP greeting
authorMarkus Armbruster <[email protected]>
Mon, 6 Aug 2018 06:53:24 +0000 (08:53 +0200)
committerMarkus Armbruster <[email protected]>
Thu, 16 Aug 2018 06:42:06 +0000 (08:42 +0200)
commitbe62e1724f383c9e5012732af6c4dce587a917ee
treea03e027af209bad2bd8a50399de933346ba88e0b
parentf94648fe3d298354d9b9fa03d8eaf622d92d781f
libqtest: Clean up how we read the QMP greeting

qtest_init() still uses the qtest_qmp_discard_response(s, "") hack to
receive the greeting, even though we have qtest_qmp_receive() since
commit 66e0c7b187e.  Put it to use.

Bonus: gets rid of an empty format string.  A step towards
compile-time format string checking without triggering
-Wformat-zero-length.

Signed-off-by: Markus Armbruster <[email protected]>
Reviewed-by: Thomas Huth <[email protected]>
Reviewed-by: Eric Blake <[email protected]>
Message-Id: <20180806065344[email protected]>
tests/libqtest.c
This page took 0.026264 seconds and 4 git commands to generate.