40daca54cd
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>
8 lines
96 B
C
8 lines
96 B
C
#include "qemu-common.h"
|
|
#include "qemu/timer.h"
|
|
|
|
void qemu_clock_warp(QEMUClockType type)
|
|
{
|
|
}
|
|
|