]> git.proxmox.com Git - mirror_qemu.git/commit
tests/ide-test: Make test independent of global_qtest
authorThomas Huth <thuth@redhat.com>
Tue, 9 Apr 2019 08:52:45 +0000 (10:52 +0200)
committerThomas Huth <thuth@redhat.com>
Wed, 8 May 2019 14:59:28 +0000 (16:59 +0200)
commit4a61c3abbb7f7f8c77c06d1576c2062f12ee9e5c
treea4f71d681e06e85a73d4404822c30fda86fbd4c8
parent8c7eb0987b255ebb1f6b04fd460a1a7323f3bec3
tests/ide-test: Make test independent of global_qtest

Pass around the QTestState, so we do not need the problematic global_qtest
variable (which causes trouble for tests that have multiple test states)
here anymore.

Message-Id: <20190409085245.31548-6-thuth@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
tests/ide-test.c