hw/i386/sgx: Move qmp_query_sgx_capabilities() to hw/i386/sgx.c
[qemu.git] / stubs / runstate-check.c
blob2ccda2b70fa12802f9db1d45b7f2fa9b8e394869
1 #include "qemu/osdep.h"
3 #include "sysemu/runstate.h"
4 bool runstate_check(RunState state)
6 return state == RUN_STATE_PRELAUNCH;