This website requires JavaScript.
Explore
Help
Sign In
openkylin
/
qemu
mirror of
https://gitee.com/openkylin/qemu.git
Watch
9
Star
0
Fork
You've already forked qemu
0
Code
Issues
Projects
Releases
Wiki
Activity
faf1e1fb4c
qemu
/
stubs
/
clock-warp.c
8 lines
96 B
C
Raw
Normal View
History
Unescape
Escape
stubs: fully replace qemu-tool.c and qemu-user.c Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2012-11-26 22:36:40 +08:00
#
include
"qemu-common.h"
#
include
"qemu/timer.h"
aio / timers: Rearrange timer.h & make legacy functions call non-legacy Rearrange timer.h so it is in order by function type. Make legacy functions call non-legacy functions rather than vice-versa. Convert cpus.c to use new API. Signed-off-by: Alex Bligh <alex@alex.org.uk> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
2013-08-21 23:03:02 +08:00
void
qemu_clock_warp
(
QEMUClockType
type
)
stubs: fully replace qemu-tool.c and qemu-user.c Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2012-11-26 22:36:40 +08:00
{
}