mirror of
https://github.com/mii443/qemu.git
synced 2025-08-22 23:25:48 +00:00
cpus: define QEMUTimerListNotifyCB for QEMU system emulation
There is no change for now, because the callback just invokes qemu_notify_event. Reviewed-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
@ -351,7 +351,7 @@ void aio_notify_accept(AioContext *ctx)
|
||||
}
|
||||
}
|
||||
|
||||
static void aio_timerlist_notify(void *opaque)
|
||||
static void aio_timerlist_notify(void *opaque, QEMUClockType type)
|
||||
{
|
||||
aio_notify(opaque);
|
||||
}
|
||||
|
Reference in New Issue
Block a user