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


      1config FSDEV_9P
      2    bool
      3    depends on VIRTFS
      4
      5config VIRTIO_9P
      6    bool
      7    default y
      8    depends on VIRTFS && VIRTIO
      9    select FSDEV_9P