Sign in
qemu
/
qemu
/
0cabaef3ed13697e2da0ceb18b3da9e21d0b4d83
/
.
/
stubs
/
runstate-check.c
blob: 2ccda2b70fa12802f9db1d45b7f2fa9b8e394869 [
file
] [
log
] [
blame
]
#include
"qemu/osdep.h"
#include
"sysemu/runstate.h"
bool
runstate_check
(
RunState
state
)
{
return
state
==
RUN_STATE_PRELAUNCH
;
}