From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757579AbXIVMnq (ORCPT ); Sat, 22 Sep 2007 08:43:46 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751496AbXIVMnj (ORCPT ); Sat, 22 Sep 2007 08:43:39 -0400 Received: from il.qumranet.com ([82.166.9.18]:47817 "EHLO il.qumranet.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751173AbXIVMnj (ORCPT ); Sat, 22 Sep 2007 08:43:39 -0400 From: Avi Kivity To: Linus Torvalds Cc: linux-kernel@vger.kernel.org, kvm-devel@lists.sourceforge.net, Avi Kivity , Jan Engelhardt Subject: [PATCH -rc][RESEND] KVM: Fix virtualization menu help text Date: Sat, 22 Sep 2007 14:43:45 +0200 Message-Id: <11904650252725-git-send-email-avi@qumranet.com> X-Mailer: git-send-email 1.5.3 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org What guest drivers? Cc: Jan Engelhardt Signed-off-by: Avi Kivity --- An August 18 patch from Jan Engelhardt (06bfb7e) added help text for the virtualization menu. Unfortunately the text is misleading, as "guest drivers" are usually interpreted to mean "drivers running inside the guest", which is not the case for kvm. Linus, please apply. drivers/kvm/Kconfig | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/drivers/kvm/Kconfig b/drivers/kvm/Kconfig index 9b72f33..8749fa4 100644 --- a/drivers/kvm/Kconfig +++ b/drivers/kvm/Kconfig @@ -6,7 +6,8 @@ menuconfig VIRTUALIZATION depends on X86 default y ---help--- - Say Y here to get to see options for virtualization guest drivers. + Say Y here to get to see options for using your Linux host to run other + operating systems inside virtual machines (guests). This option alone does not add any kernel code. If you say N, all options in this submenu will be skipped and disabled. -- 1.5.3