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

Kconfig (650B)


      1config VFIO
      2    bool
      3    depends on LINUX
      4
      5config VFIO_PCI
      6    bool
      7    default y
      8    select VFIO
      9    select EDID
     10    depends on LINUX && PCI
     11
     12config VFIO_CCW
     13    bool
     14    default y
     15    select VFIO
     16    depends on LINUX && S390_CCW_VIRTIO
     17
     18config VFIO_PLATFORM
     19    bool
     20    default y
     21    select VFIO
     22    depends on LINUX && PLATFORM_BUS
     23
     24config VFIO_XGMAC
     25    bool
     26    default y
     27    depends on VFIO_PLATFORM
     28
     29config VFIO_AMD_XGBE
     30    bool
     31    default y
     32    depends on VFIO_PLATFORM
     33
     34config VFIO_AP
     35    bool
     36    default y
     37    select VFIO
     38    depends on LINUX && S390_CCW_VIRTIO
     39
     40config VFIO_IGD
     41    bool
     42    default y if PC_PCI
     43    depends on VFIO_PCI