X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=Kconfig.host;h=d763d892693c26280b28387953587086437b9853;hb=4f0be683e399e7685608b83240da099ea45d84e6;hp=add5b179f707f1150b6463b81b0faf8519287ccf;hpb=62cfabb52210139843e26c95434356f73a0631b9;p=mirror_qemu.git diff --git a/Kconfig.host b/Kconfig.host index add5b179f7..d763d89269 100644 --- a/Kconfig.host +++ b/Kconfig.host @@ -1,9 +1,6 @@ # These are "proxy" symbols used to pass config-host.mak values -# down to Kconfig. See also MINIKCONF_ARGS in the Makefile: -# these two need to be kept in sync. - -config KVM - bool +# down to Kconfig. See also kconfig_external_symbols in +# meson.build: these two need to be kept in sync. config LINUX bool @@ -26,8 +23,26 @@ config TPM config VHOST_USER bool -config XEN +config VHOST_VDPA + bool + +config VHOST_KERNEL bool config VIRTFS bool + +config PVRDMA + bool + +config MULTIPROCESS_ALLOWED + bool + imply MULTIPROCESS + +config FUZZ + bool + select SPARSE_MEM + +config VFIO_USER_SERVER_ALLOWED + bool + imply VFIO_USER_SERVER