summaryrefslogblamecommitdiffstats
path: root/stubs/qemu-timer-notify-cb.c
blob: 054b408b1c07f5a4d2580ad01da3d1e9cab93eee (plain) (tree)
1
2
3
4
5
6
7
8







                                                           
#include "qemu/osdep.h"
#include "sysemu/cpus.h"
#include "qemu/main-loop.h"

void qemu_timer_notify_cb(void *opaque, QEMUClockType type)
{
    qemu_notify_event();
}