]> git.ipfire.org Git - thirdparty/qemu.git/commit
tests/q35-test: Make test independent of global_qtest
authorThomas Huth <thuth@redhat.com>
Wed, 15 May 2019 17:43:24 +0000 (19:43 +0200)
committerThomas Huth <thuth@redhat.com>
Tue, 21 May 2019 08:00:27 +0000 (10:00 +0200)
commit41e99cbef8ac4e91d0675fd4c94c18bb7d71e71c
treec97a56a1480055f3ab307a508a06a05871a586d1
parent8b898f59b109102faa5de8785e20c23a9445c0b1
tests/q35-test: Make test independent of global_qtest

Use a local QTestState variable, so that we can finally get rid
of the undesired global_qtest variable in this file, too.

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