aboutsummaryrefslogtreecommitdiff
path: root/stubs/qtest.c
diff options
context:
space:
mode:
Diffstat (limited to 'stubs/qtest.c')
-rw-r--r--stubs/qtest.c14
1 files changed, 14 insertions, 0 deletions
diff --git a/stubs/qtest.c b/stubs/qtest.c
new file mode 100644
index 0000000000..e671ed8e8e
--- /dev/null
+++ b/stubs/qtest.c
@@ -0,0 +1,14 @@
+/*
+ * qtest stubs
+ *
+ * Copyright (c) 2014 Linaro Limited
+ * Written by Peter Maydell
+ *
+ * This work is licensed under the terms of the GNU GPL, version 2 or later.
+ * See the COPYING file in the top-level directory.
+ */
+
+#include "qemu-common.h"
+
+/* Needed for qtest_allowed() */
+bool qtest_allowed;