summaryrefslogtreecommitdiffstats
path: root/qemu/stubs/qtest.c
diff options
context:
space:
mode:
Diffstat (limited to 'qemu/stubs/qtest.c')
-rw-r--r--qemu/stubs/qtest.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/qemu/stubs/qtest.c b/qemu/stubs/qtest.c
index dc17594bb..891eb954f 100644
--- a/qemu/stubs/qtest.c
+++ b/qemu/stubs/qtest.c
@@ -8,7 +8,13 @@
* See the COPYING file in the top-level directory.
*/
+#include "qemu/osdep.h"
#include "sysemu/qtest.h"
/* Needed for qtest_allowed() */
bool qtest_allowed;
+
+bool qtest_driver(void)
+{
+ return false;
+}