]> git.proxmox.com Git - mirror_qemu.git/blob - stubs/runstate-check.c
Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-2014-03-15' into staging
[mirror_qemu.git] / stubs / runstate-check.c
1 #include "sysemu/sysemu.h"
2
3 bool runstate_check(RunState state)
4 {
5 return state == RUN_STATE_PRELAUNCH;
6 }