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