]> git.proxmox.com Git - mirror_qemu.git/blobdiff - stubs/qtest.c
hw/fsi: Added qtest
[mirror_qemu.git] / stubs / qtest.c
index dc17594bb66d8a7ae3a0cd20bb4c9e2919ad662e..4666a49d7d1d6919343596045e5c891ef29cdd9c 100644 (file)
@@ -8,7 +8,18 @@
  * 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;
+}
+
+int64_t qtest_get_virtual_clock(void)
+{
+    return 0;
+}