qemu-patch-raspberry4/stubs/clock-warp.c
Alex Bligh 40daca54cd aio / timers: Rearrange timer.h & make legacy functions call non-legacy
Rearrange timer.h so it is in order by function type.

Make legacy functions call non-legacy functions rather than vice-versa.

Convert cpus.c to use new API.

Signed-off-by: Alex Bligh <alex@alex.org.uk>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
2013-08-22 19:14:24 +02:00

8 lines
96 B
C

#include "qemu-common.h"
#include "qemu/timer.h"
void qemu_clock_warp(QEMUClockType type)
{
}