diff options
author | Ingo Molnar <mingo@elte.hu> | 2007-03-05 07:13:46 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-03-05 11:23:51 -0500 |
commit | e9417fb324f355e8e0b5d78d3b5dc7b90693fdfb (patch) | |
tree | 672a7da106c234f08afe4ebdd803fd9cd89ca395 /arch/i386 | |
parent | 3f1a73b6dd52f1f279c05263ee79ca14f45d9d25 (diff) |
[PATCH] paravirt: clarify VMI description
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>
Diffstat (limited to 'arch/i386')
-rw-r--r-- | arch/i386/Kconfig | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/arch/i386/Kconfig b/arch/i386/Kconfig index 065903886624..cfc5d496fffb 100644 --- a/arch/i386/Kconfig +++ b/arch/i386/Kconfig | |||
@@ -223,8 +223,9 @@ config VMI | |||
223 | depends on PARAVIRT | 223 | depends on PARAVIRT |
224 | default y | 224 | default y |
225 | help | 225 | help |
226 | VMI provides a paravirtualized interface to multiple hypervisors | 226 | VMI provides a paravirtualized interface to the VMware ESX server |
227 | include VMware ESX server and Xen by connecting to a ROM module | 227 | (it could be used by other hypervisors in theory too, but is not |
228 | at the moment), by linking the kernel to a GPL-ed ROM module | ||
228 | provided by the hypervisor. | 229 | provided by the hypervisor. |
229 | 230 | ||
230 | config ACPI_SRAT | 231 | config ACPI_SRAT |