]> git.ipfire.org Git - thirdparty/qemu.git/blobdiff - Kconfig.host
Merge remote-tracking branch 'remotes/kraxel/tags/fixes-20200407-pull-request' into...
[thirdparty/qemu.git] / Kconfig.host
index 11fefa48132b9f0444d98ebea13bc04856997908..55136e037d83a4981fa57201726ecb929a9a6b80 100644 (file)
@@ -1,5 +1,6 @@
 # These are "proxy" symbols used to pass config-host.mak values
-# down to Kconfig.
+# down to Kconfig.  See also MINIKCONF_ARGS in the Makefile:
+# these two need to be kept in sync.
 
 config KVM
     bool
@@ -10,17 +11,32 @@ config LINUX
 config OPENGL
     bool
 
+config X11
+    bool
+
 config SPICE
     bool
 
+config IVSHMEM
+    bool
+
 config TPM
     bool
 
 config VHOST_USER
     bool
+    select VHOST
+
+config VHOST_KERNEL
+    bool
+    select VHOST
 
 config XEN
     bool
+    select FSDEV_9P if VIRTFS
 
 config VIRTFS
     bool
+
+config PVRDMA
+    bool