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

migr-blocker.c (172B)


      1#include "qemu/osdep.h"
      2#include "migration/blocker.h"
      3
      4int migrate_add_blocker(Error *reason, Error **errp)
      5{
      6    return 0;
      7}
      8
      9void migrate_del_blocker(Error *reason)
     10{
     11}