1 #include "sysemu/sysemu.h" 2 3 bool runstate_check(RunState state) 4 { 5 return state == RUN_STATE_PRELAUNCH; 6 } 7