Files
qemu/Kconfig.host
T

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

49 lines
616 B
Plaintext
Raw Normal View History

2019-01-23 14:56:00 +08:00
# These are "proxy" symbols used to pass config-host.mak values
# down to Kconfig. See also kconfig_external_symbols in
# meson.build: these two need to be kept in sync.
2019-01-23 14:56:00 +08:00
config LINUX
bool
config OPENGL
bool
2019-01-23 14:56:01 +08:00
config X11
bool
2019-01-23 14:56:00 +08:00
config SPICE
bool
2019-01-23 14:56:01 +08:00
config IVSHMEM
bool
2019-01-23 14:56:00 +08:00
config TPM
bool
config VHOST_USER
bool
config VHOST_VDPA
bool
config VHOST_KERNEL
bool
2019-01-23 14:56:00 +08:00
config VIRTFS
bool
config PVRDMA
bool
config MULTIPROCESS_ALLOWED
bool
imply MULTIPROCESS
config FUZZ
bool
select SPARSE_MEM
2022-06-13 16:26:24 -04:00
config VFIO_USER_SERVER_ALLOWED
bool
imply VFIO_USER_SERVER