]> git.proxmox.com Git - mirror_qemu.git/blobdiff - Kconfig.host
migration/postcopy: the valid condition is one less then end
[mirror_qemu.git] / Kconfig.host
index 11fefa48132b9f0444d98ebea13bc04856997908..aec95365ffd917042145e555a007033bfea1496f 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
 
@@ -24,3 +31,6 @@ config XEN
 
 config VIRTFS
     bool
+
+config PVRDMA
+    bool