Code & Deploy
siGit Code
Git Hosting
Toggle menu
Code
Code Review
Models
Repos
Sign in
Sign in
@samitouri
/
QOSamiQemu
QOSamiQemu
/
stubs
/
qemu-timer-notify-cb.c
Code
Commits
Issues
Pulls
Sessions
CI/CD
master
master
c
8 lines
173 Bytes
Copy permalink
Copy
Raw
1
#include
"qemu/osdep.h"
2
#include
"system/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
}