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

vfio.h (135B)


      1#ifndef HW_VFIO_H
      2#define HW_VFIO_H
      3
      4bool vfio_eeh_as_ok(AddressSpace *as);
      5int vfio_eeh_as_op(AddressSpace *as, uint32_t op);
      6
      7#endif