]> git.proxmox.com Git - mirror_qemu.git/commit
qtest: Rename qtest.c:qtest_init()
authorOleinik, Alexander <alxndr@bu.edu>
Mon, 5 Aug 2019 03:13:01 +0000 (03:13 +0000)
committerThomas Huth <thuth@redhat.com>
Thu, 15 Aug 2019 17:23:59 +0000 (19:23 +0200)
commit2b8985f1b82ea994dbe37986536c5c623c38ea86
tree0b1011fb3c0a073e61a4f83f60695d7c2948bba8
parent9e06029aea3b2eca1d5261352e695edc1e7d7b8b
qtest: Rename qtest.c:qtest_init()

Both the qtest client, libqtest.c, and server, qtest.c, used the same
name for initialization functions which can cause confusion.

Signed-off-by: Alexander Oleinik <alxndr@bu.edu>
Message-Id: <20190805031240.6024-1-alxndr@bu.edu>
Reviewed-by: John Snow <jsnow@redhat.com>
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
include/sysemu/qtest.h
qtest.c
vl.c