]> Git Repo - qemu.git/blob - stubs/clock-warp.c
cpus: protect work list with work_mutex
[qemu.git] / stubs / clock-warp.c
1 #include "qemu-common.h"
2 #include "qemu/timer.h"
3
4 void qemu_clock_warp(QEMUClockType type)
5 {
6 }
7
This page took 0.026876 seconds and 4 git commands to generate.