index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
stubs
/
cpus.c
blob: f0d56c53815e297442a7b2e70fbea4b4ab772337 (
plain
)
1
2
3
4
5
6
#include "qemu-common.h" #include "qom/cpu.h" void cpu_resume(CPUState *cpu) { }