]> Git Repo - qemu.git/blobdiff - Kconfig.host
Merge remote-tracking branch 'remotes/cleber/tags/python-next-pull-request' into...
[qemu.git] / Kconfig.host
index 11fefa48132b9f0444d98ebea13bc04856997908..bb6e116e2a2ca68d409e5ebff6c42e67a75d83f4 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,9 +11,15 @@ config LINUX
 config OPENGL
     bool
 
+config X11
+    bool
+
 config SPICE
     bool
 
+config IVSHMEM
+    bool
+
 config TPM
     bool
 
@@ -21,6 +28,10 @@ config VHOST_USER
 
 config XEN
     bool
+    select FSDEV_9P if VIRTFS
 
 config VIRTFS
     bool
+
+config PVRDMA
+    bool
This page took 0.024727 seconds and 4 git commands to generate.