[PATCH] paravirt: header and stubs for paravirtualisation
[deliverable/linux.git] / arch / i386 / Kconfig
index 1f0f7b60995e38a2edc0f05161b99613dff9a987..bb1fa061c6cf3878e2fdb80d66020aa9a3cc8037 100644 (file)
@@ -182,6 +182,17 @@ config X86_ES7000
 
 endchoice
 
+config PARAVIRT
+       bool "Paravirtualization support (EXPERIMENTAL)"
+       depends on EXPERIMENTAL
+       help
+         Paravirtualization is a way of running multiple instances of
+         Linux on the same machine, under a hypervisor.  This option
+         changes the kernel so it can modify itself when it is run
+         under a hypervisor, improving performance significantly.
+         However, when run without a hypervisor the kernel is
+         theoretically slower.  If in doubt, say N.
+
 config ACPI_SRAT
        bool
        default y
This page took 0.042191 seconds and 5 git commands to generate.