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


      1config HYPERV
      2    bool
      3    depends on KVM
      4
      5config HYPERV_TESTDEV
      6    bool
      7    default y if TEST_DEVICES
      8    depends on HYPERV
      9
     10config VMBUS
     11    bool
     12    default y
     13    depends on HYPERV