These changes are the raw update to qemu-2.6.
[kvmfornfv.git] / qemu / stubs / qtest.c
index dc17594..891eb95 100644 (file)
@@ -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;
+}