This website requires JavaScript.
Explore
Help
Register
Sign In
xemu-project
/
xemu
Watch
1
Star
0
Fork
0
You've already forked xemu
mirror of
https://github.com/xemu-project/xemu.git
synced
2024-11-24 20:19:44 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
10a9021dfd
xemu
/
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
)
{
}
Reference in New Issue
Copy Permalink