repo.or.cz
/
qemu
/
rayw.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
tests: Resort check-qtest entries in Makefile.include
[qemu/rayw.git]
/
stubs
/
runstate-check.c
blob
7c5227e8489453447ff6934898b5c0f8a76270f6
1
#include
"qemu/osdep.h"
2
#include
"sysemu/sysemu.h"
3
4
bool
runstate_check
(
RunState state
)
5
{
6
return
state
==
RUN_STATE_PRELAUNCH
;
7
}