]> git.proxmox.com Git - mirror_qemu.git/commit - tests/qtest/qom-test.c
tests/qom-test: Use qtest_init() instead of qtest_start()
authorThomas Huth <thuth@redhat.com>
Wed, 15 May 2019 17:43:26 +0000 (19:43 +0200)
committerThomas Huth <thuth@redhat.com>
Tue, 21 May 2019 08:00:37 +0000 (10:00 +0200)
commit9266ebc97b8d07117367d0c5a8eb9ab77a69b7c9
tree03043dd00b36e1f9897770573d8a4ad2d738eb09
parent3d5e7087bd64b2bb4b9ae6bccf2b1fcd09ee4598
tests/qom-test: Use qtest_init() instead of qtest_start()

qtest_start() + qtest_end() should be avoided, since they use the
global_qtest variable that we want to get rid of in the long run.
Use qtest_init() and qtest_quit() instead.

Message-Id: <20190515174328.16361-5-thuth@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
tests/qom-test.c