From dd210749727530cdef7c335040edbf81c3c5d041 Mon Sep 17 00:00:00 2001 From: Thomas Huth Date: Tue, 3 Sep 2019 07:50:26 +0200 Subject: tests/libqtest: Use libqtest-single.h in tests that require global_qtest Tests that require global_qtest or the related wrapper functions now use the libqtest-single.h header that is dedicated for everything related to global_qtest. The core libqtest.c and libqtest.h files are now completely indepedent from global_qtest, so that the core library is now not depending on a global state anymore. Message-Id: <20190904130047.25808-7-thuth@redhat.com> Reviewed-by: Eric Blake Reviewed-by: Stefan Hajnoczi Signed-off-by: Thomas Huth --- tests/intel-hda-test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/intel-hda-test.c') diff --git a/tests/intel-hda-test.c b/tests/intel-hda-test.c index b782b2e944..fc25ccc33c 100644 --- a/tests/intel-hda-test.c +++ b/tests/intel-hda-test.c @@ -8,7 +8,7 @@ */ #include "qemu/osdep.h" -#include "libqtest.h" +#include "libqtest-single.h" #define HDA_ID "hda0" #define CODEC_DEVICES " -device hda-output,bus=" HDA_ID ".0" \ -- cgit v1.2.3-55-g7522