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

blk-exp-close-all.c (156B)


      1#include "qemu/osdep.h"
      2#include "block/export.h"
      3
      4/* Only used in programs that support block exports (libblockdev.fa) */
      5void blk_exp_close_all(void)
      6{
      7}