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
s390x/tcg: Implement BRANCH INDIRECT ON CONDITION (BIC)
[qemu/ar7.git]
/
stubs
/
qemu-timer-notify-cb.c
blob
054b408b1c07f5a4d2580ad01da3d1e9cab93eee
1
#include
"qemu/osdep.h"
2
#include
"sysemu/cpus.h"
3
#include
"qemu/main-loop.h"
4
5
void
qemu_timer_notify_cb
(
void
*
opaque
,
QEMUClockType type
)
6
{
7
qemu_notify_event
();
8
}