This website requires JavaScript.
Explore
Help
Register
Sign In
ShuriZma
/
xqemu
mirror of
https://github.com/xqemu/xqemu.git
Watch
1
Star
0
Fork
You've already forked xqemu
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
10a9021dfd
xqemu
/
stubs
/
cpus.c
7 lines
82 B
C
Raw
Normal View
History
Unescape
Escape
cpu: Turn cpu_dump_{state,statistics}() into CPUState hooks Make cpustats monitor command available unconditionally. Prepares for changing kvm_handle_internal_error() and kvm_cpu_exec() arguments to CPUState. Signed-off-by: Andreas Färber <afaerber@suse.de>
2013-05-26 23:33:50 +00:00
#
include
"qemu-common.h"
cpu: Introduce cpu_resume(), for single CPU Also add a stub for it, to make possible to use it in qom/cpu.c, which is shared with user emulators. Signed-off-by: Igor Mammedov <imammedo@redhat.com> Signed-off-by: Andreas Färber <afaerber@suse.de>
2013-04-23 08:29:37 +00:00
#
include
"qom/cpu.h"
void
cpu_resume
(
CPUState
*
cpu
)
{
}