qemu/accel/Kconfig
<<
>>
Prefs
   1config WHPX
   2    bool
   3
   4config NVMM
   5    bool
   6
   7config HAX
   8    bool
   9
  10config HVF
  11    bool
  12
  13config TCG
  14    bool
  15
  16config KVM
  17    bool
  18
  19config XEN
  20    bool
  21    select FSDEV_9P if VIRTFS
  22