]> git.proxmox.com Git - mirror_qemu.git/commit
tests/libqtest: Remove unused function hmp()
authorThomas Huth <thuth@redhat.com>
Mon, 22 Jul 2019 14:17:38 +0000 (16:17 +0200)
committerThomas Huth <thuth@redhat.com>
Thu, 15 Aug 2019 17:24:10 +0000 (19:24 +0200)
commitf945b84a2b1307086efcf97a95702eb74a8aaba5
tree7e0d0478dadaf96feb745f44c3527eea0b932528
parent2380d31e19ee32e6466c7724ab72ae9d2fa2db96
tests/libqtest: Remove unused function hmp()

No test is using hmp() anymore, and since this function uses the disliked
global_qtest variable, we should also make sure that nobody adds new code
with this function again. qtest_hmp() should be used instead.

Reviewed-by: Eric Blake <eblake@redhat.com>
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
Message-Id: <20190813093047.27948-4-thuth@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
tests/libqtest.c
tests/libqtest.h