git://git.qemu.org
/
qemu.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
spapr_iommu: Move table allocation to helpers
[qemu.git]
/
stubs
/
cpus.c
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
}