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 (480B)


      1config PCIE_PORT
      2    bool
      3    default y if PCI_DEVICES
      4    depends on PCI_EXPRESS && MSI_NONBROKEN
      5
      6config PXB
      7    bool
      8    default y if Q35 || ARM_VIRT
      9
     10config XIO3130
     11    bool
     12    default y if PCI_DEVICES
     13    depends on PCI_EXPRESS && MSI_NONBROKEN
     14
     15config IOH3420
     16    bool
     17    default y if PCI_DEVICES
     18    depends on PCI_EXPRESS && MSI_NONBROKEN
     19
     20config I82801B11
     21    bool
     22    default y if PCI_DEVICES
     23    depends on PCI_EXPRESS
     24
     25config DEC_PCI
     26    bool
     27
     28config SIMBA
     29    bool