repo.or.cz
/
qemu
/
armbru.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge tag 'accel-sh4-ui-20240503' of https://github.com/philmd/qemu into staging
[qemu/armbru.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
}