libqtest: Clean up how we read device_del messages
authorMarkus Armbruster <armbru@redhat.com>
Mon, 6 Aug 2018 06:53:23 +0000 (08:53 +0200)
committerMarkus Armbruster <armbru@redhat.com>
Thu, 16 Aug 2018 06:42:06 +0000 (08:42 +0200)
commitf94648fe3d298354d9b9fa03d8eaf622d92d781f
tree700be7ebd7f0c9eeae1369235acb3dd02cf6d761
parent4277f1ebd9b70ee38caddfe3c514d7a91e676bc1
libqtest: Clean up how we read device_del messages

qtest_qmp_device_del() still uses the qmp("") hack to receive a
message, even though we have qmp_receive() since commit 66e0c7b187e.
Put it to use.

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

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Message-Id: <20180806065344.7103-3-armbru@redhat.com>
tests/libqtest.c