aboutsummaryrefslogtreecommitdiffstats
path: root/stubs/runstate-check.c
diff options
context:
space:
mode:
Diffstat (limited to 'stubs/runstate-check.c')
-rw-r--r--stubs/runstate-check.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/stubs/runstate-check.c b/stubs/runstate-check.c
new file mode 100644
index 000000000..2ccda2b70
--- /dev/null
+++ b/stubs/runstate-check.c
@@ -0,0 +1,7 @@
+#include "qemu/osdep.h"
+
+#include "sysemu/runstate.h"
+bool runstate_check(RunState state)
+{
+ return state == RUN_STATE_PRELAUNCH;
+}