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

cpu-synchronize-state.c (150B)


      1#include "qemu/osdep.h"
      2#include "sysemu/hw_accel.h"
      3
      4void cpu_synchronize_state(CPUState *cpu)
      5{
      6}
      7void cpu_synchronize_post_init(CPUState *cpu)
      8{
      9}