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


      1config FDC
      2    bool
      3
      4config FDC_ISA
      5    bool
      6    depends on ISA_BUS
      7    select FDC
      8
      9config FDC_SYSBUS
     10    bool
     11    select FDC
     12
     13config SSI_M25P80
     14    bool
     15
     16config NAND
     17    bool
     18
     19config PFLASH_CFI01
     20    bool
     21
     22config PFLASH_CFI02
     23    bool
     24
     25config ECC
     26    bool
     27
     28config ONENAND
     29    bool
     30
     31config TC58128
     32    bool
     33
     34config VIRTIO_BLK
     35    bool
     36    default y
     37    depends on VIRTIO
     38
     39config VHOST_USER_BLK
     40    bool
     41    # Only PCI devices are provided for now
     42    default y if VIRTIO_PCI
     43    depends on VIRTIO && VHOST_USER && LINUX
     44
     45config SWIM
     46    bool