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


      1config VHOST
      2    bool
      3
      4config VIRTIO
      5    bool
      6
      7config VIRTIO_RNG
      8    bool
      9    default y
     10    depends on VIRTIO
     11
     12config VIRTIO_IOMMU
     13    bool
     14    default y
     15    depends on PCI && VIRTIO
     16
     17config VIRTIO_PCI
     18    bool
     19    default y if PCI_DEVICES
     20    depends on PCI
     21    select VIRTIO
     22
     23config VIRTIO_MMIO
     24    bool
     25    select VIRTIO
     26
     27config VIRTIO_CCW
     28    bool
     29    select VIRTIO
     30
     31config VIRTIO_BALLOON
     32    bool
     33    default y
     34    depends on VIRTIO
     35
     36config VIRTIO_CRYPTO
     37    bool
     38    default y
     39    depends on VIRTIO
     40
     41config VIRTIO_PMEM_SUPPORTED
     42    bool
     43
     44config VIRTIO_PMEM
     45    bool
     46    default y
     47    depends on VIRTIO
     48    depends on VIRTIO_PMEM_SUPPORTED
     49    select MEM_DEVICE
     50
     51config VIRTIO_MEM_SUPPORTED
     52    bool
     53
     54config VIRTIO_MEM
     55    bool
     56    default y
     57    depends on VIRTIO
     58    depends on LINUX
     59    depends on VIRTIO_MEM_SUPPORTED
     60    select MEM_DEVICE
     61
     62config VHOST_USER_I2C
     63    bool
     64    default y
     65    depends on VIRTIO && VHOST_USER