X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=Kconfig.host;h=d763d892693c26280b28387953587086437b9853;hb=907209e3111dd62a553a19319b422ff8aba5b9c0;hp=aec95365ffd917042145e555a007033bfea1496f;hpb=84bdc58c06c889d94dba6cd9f023a39757f7dc41;p=qmiga%2Fqemu.git diff --git a/Kconfig.host b/Kconfig.host index aec95365ff..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,7 +23,10 @@ config TPM config VHOST_USER bool -config XEN +config VHOST_VDPA + bool + +config VHOST_KERNEL bool config VIRTFS @@ -34,3 +34,15 @@ config VIRTFS 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