Searched refs:current_run_state (Results 1 – 2 of 2) sorted by relevance
67 static RunState current_run_state = RUN_STATE_PRELAUNCH; variable195 return current_run_state == state; in runstate_check()234 trace_runstate_set(current_run_state, RunState_str(current_run_state), in runstate_set()237 if (current_run_state == new_state) { in runstate_set()241 if (!runstate_valid_transitions[current_run_state][new_state]) { in runstate_set()243 RunState_str(current_run_state), in runstate_set()248 current_run_state = new_state; in runstate_set()253 return current_run_state; in runstate_get()272 info->status = current_run_state; in qmp_query_status()
43 …char *current_state_str, int new_state, const char *new_state_str) "current_run_state %d (%s) new_…