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