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
softmmu: move softmmu_template.h out of include/
[qemu/rayw.git]
/
stubs
/
cpus.c
blob
8e6f06b1168b3dc9ad052bddeae6556335fd91f5
1
#include
"qemu-common.h"
2
#include
"qom/cpu.h"
3
4
void
cpu_resume
(
CPUState
*
cpu
)
5
{
6
}
7
8
void
qemu_init_vcpu
(
CPUState
*
cpu
)
9
{
10
}