]> git.ipfire.org Git - thirdparty/qemu.git/blob - stubs/clock-warp.c
slirp: replace global polling with per-instance & notifier
[thirdparty/qemu.git] / stubs / clock-warp.c
1 #include "qemu/osdep.h"
2 #include "qemu-common.h"
3 #include "qemu/timer.h"
4
5 void qemu_start_warp_timer(void)
6 {
7 }
8