repo.or.cz
/
qemu
/
kevin.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
vmsvga: don't process more than 1024 fifo commands at once
[qemu/kevin.git]
/
stubs
/
cpus.c
blob
e19272297ac33b26f32aa4097c107f24c4cd8942
1
#include
"qemu/osdep.h"
2
#include
"qemu-common.h"
3
#include
"qom/cpu.h"
4
5
void
cpu_resume
(
CPUState
*
cpu
)
6
{
7
}
8
9
void
qemu_init_vcpu
(
CPUState
*
cpu
)
10
{
11
}