]> git.ipfire.org Git - thirdparty/qemu.git/commit
tests/boot-order: Make test independent of global_qtest
authorThomas Huth <thuth@redhat.com>
Thu, 3 Jan 2019 11:09:51 +0000 (12:09 +0100)
committerThomas Huth <thuth@redhat.com>
Tue, 22 Jan 2019 04:14:32 +0000 (05:14 +0100)
commit8173668c48a35d9c347cfde683b698fc70d772d9
tree10fb4d7758f8e305e0dc587c3cbf7f4031fd32db
parentfdba0d0919721748fc029ad1ef7ee355037572e0
tests/boot-order: Make test independent of global_qtest

Pass around the QTestState from function to function, so that we can finally
get rid of the out-of-favor global_qtest variable in this file, too.

Signed-off-by: Thomas Huth <thuth@redhat.com>
tests/boot-order-test.c