cachepc-qemu

Fork of AMDESE/qemu with changes for cachepc side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-qemu
Log | Files | Refs | Submodules | LICENSE | sfeed.txt

qemu-timer-notify-cb.c (173B)


      1#include "qemu/osdep.h"
      2#include "sysemu/cpu-timers.h"
      3#include "qemu/main-loop.h"
      4
      5void qemu_timer_notify_cb(void *opaque, QEMUClockType type)
      6{
      7    qemu_notify_event();
      8}