]> git.karo-electronics.de Git - linux-beck.git/commitdiff
[PATCH] paravirt: clarify VMI description
authorIngo Molnar <mingo@elte.hu>
Mon, 5 Mar 2007 12:13:46 +0000 (13:13 +0100)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Mon, 5 Mar 2007 16:23:51 +0000 (08:23 -0800)
Clarify the description of the CONFIG_VMI option: describe the reality
that VMI is a VMWare-only interface for now. Once that changes and
another hypervisor adopts the VMI ABI we can change the text.

As can be seen from the Xen paravirtualization patches submitted to lkml
the Xen project has chosen its own, non-VMI interface between Xen and
the para-Linux - so remove Xen from the description.

Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
arch/i386/Kconfig

index 065903886624368272d7567dddd2a1c0c52cfc77..cfc5d496fffb0527298d394b521e9b0c0d02c0cb 100644 (file)
@@ -223,8 +223,9 @@ config VMI
        depends on PARAVIRT
        default y
        help
-         VMI provides a paravirtualized interface to multiple hypervisors
-         include VMware ESX server and Xen by connecting to a ROM module
+         VMI provides a paravirtualized interface to the VMware ESX server
+         (it could be used by other hypervisors in theory too, but is not
+         at the moment), by linking the kernel to a GPL-ed ROM module
          provided by the hypervisor.
 
 config ACPI_SRAT