repo.or.cz
/
qemu
/
ar7.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
ui: add more trace points for VNC client/server messages
[qemu/ar7.git]
/
stubs
/
qemu-timer-notify-cb.c
blob
845e46f8e039e23f3e3aabe1e1d9b357a055667e
1
#include
"qemu/osdep.h"
2
#include
"sysemu/cpu-timers.h"
3
#include
"qemu/main-loop.h"
4
5
void
qemu_timer_notify_cb
(
void
*
opaque
,
QEMUClockType type
)
6
{
7
qemu_notify_event
();
8
}