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

blockdev-close-all-bdrv-states.c (100B)


      1#include "qemu/osdep.h"
      2#include "block/block_int.h"
      3
      4void blockdev_close_all_bdrv_states(void)
      5{
      6}