qemu

FORK: QEMU emulator
git clone https://git.neptards.moe/neptards/qemu.git
Log | Files | Refs | Submodules | LICENSE

vfio.h (135B)


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