]> git.proxmox.com Git - mirror_qemu.git/commit
tests/numa-test: Use qtest_init() instead of qtest_start()
authorThomas Huth <thuth@redhat.com>
Wed, 15 May 2019 17:43:25 +0000 (19:43 +0200)
committerThomas Huth <thuth@redhat.com>
Tue, 21 May 2019 08:00:32 +0000 (10:00 +0200)
commit3d5e7087bd64b2bb4b9ae6bccf2b1fcd09ee4598
tree1fcba7497c58253fab8e4d993f94bda1a06e1ea8
parent41e99cbef8ac4e91d0675fd4c94c18bb7d71e71c
tests/numa-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-4-thuth@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
tests/numa-test.c