qemu/Kconfig.host
<<
>>
Prefs
   1# These are "proxy" symbols used to pass config-host.mak values
   2# down to Kconfig.  See also kconfig_external_symbols in
   3# meson.build: these two need to be kept in sync.
   4
   5config LINUX
   6    bool
   7
   8config LIBCBOR
   9    bool
  10
  11config GNUTLS
  12    bool
  13
  14config OPENGL
  15    bool
  16
  17config X11
  18    bool
  19
  20config PIXMAN
  21    bool
  22
  23config SPICE
  24    bool
  25
  26config IVSHMEM
  27    bool
  28
  29config TPM
  30    bool
  31
  32config FDT
  33    bool
  34
  35config VHOST_USER
  36    bool
  37
  38config VHOST_VDPA
  39    bool
  40
  41config VHOST_KERNEL
  42    bool
  43
  44config VIRTFS
  45    bool
  46
  47config MULTIPROCESS_ALLOWED
  48    bool
  49    imply MULTIPROCESS
  50
  51config FUZZ
  52    bool
  53    select SPARSE_MEM
  54
  55config VFIO_USER_SERVER_ALLOWED
  56    bool
  57    imply VFIO_USER_SERVER
  58
  59config HV_BALLOON_POSSIBLE
  60    bool
  61
  62config HAVE_RUST
  63    bool
  64
  65config MAC_PVG
  66    bool
  67