87c9b5e047 ^
c3adb58fe0 ^
54d31236b9 ^
1
2
3
4 5 6 7
#include "qemu/osdep.h" #include "sysemu/runstate.h" bool runstate_check(RunState state) { return state == RUN_STATE_PRELAUNCH; }