Sign in
qemu
/
qemu
/
6963b2c0545121b57d05bc3b3694c48e8ea4c1ad
/
.
/
stubs
/
runstate-check.c
blob: c47abdf84b71af28d8fad626d89043c9449f4978 [
file
] [
log
] [
blame
]
#include
"qemu/osdep.h"
#include
"system/runstate.h"
bool
runstate_check
(
RunState
state
)
{
return
state
==
RUN_STATE_PRELAUNCH
;
}