From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christian Borntraeger Subject: [PATCH 2/2] kvm-s390: change help text of guest Kconfig Date: Tue, 15 Jul 2008 11:01:04 +0200 Message-ID: <200807151101.04411.borntraeger@de.ibm.com> References: <200807151056.40805.borntraeger@de.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Cc: kvm , Carsten Otte To: Avi Kivity Return-path: Received: from mtagate1.uk.ibm.com ([195.212.29.134]:4937 "EHLO mtagate1.uk.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753277AbYGOJBa (ORCPT ); Tue, 15 Jul 2008 05:01:30 -0400 Received: from d06nrmr1407.portsmouth.uk.ibm.com (d06nrmr1407.portsmouth.uk.ibm.com [9.149.38.185]) by mtagate1.uk.ibm.com (8.13.8/8.13.8) with ESMTP id m6F918cF085134 for ; Tue, 15 Jul 2008 09:01:08 GMT Received: from d06av04.portsmouth.uk.ibm.com (d06av04.portsmouth.uk.ibm.com [9.149.37.216]) by d06nrmr1407.portsmouth.uk.ibm.com (8.13.8/8.13.8/NCO v9.0) with ESMTP id m6F918lm2633834 for ; Tue, 15 Jul 2008 10:01:08 +0100 Received: from d06av04.portsmouth.uk.ibm.com (loopback [127.0.0.1]) by d06av04.portsmouth.uk.ibm.com (8.12.11.20060308/8.13.3) with ESMTP id m6F916uT006417 for ; Tue, 15 Jul 2008 10:01:07 +0100 In-Reply-To: <200807151056.40805.borntraeger@de.ibm.com> Content-Disposition: inline Sender: kvm-owner@vger.kernel.org List-ID: The current help text for CONFIG_S390_GUEST is not very helpful. Add more text. Signed-off-by: Christian Borntraeger --- arch/s390/Kconfig | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) Index: kvm/arch/s390/Kconfig =================================================================== --- kvm.orig/arch/s390/Kconfig +++ kvm/arch/s390/Kconfig @@ -540,13 +540,16 @@ config ZFCPDUMP Refer to for more details on this. config S390_GUEST -bool "s390 guest support (EXPERIMENTAL)" +bool "s390 guest support for KVM (EXPERIMENTAL)" depends on 64BIT && EXPERIMENTAL select VIRTIO select VIRTIO_RING select VIRTIO_CONSOLE help - Select this option if you want to run the kernel under s390 linux + Select this option if you want to run the kernel as a guest under + the KVM hypervisor. This will add detection for KVM as well as a + virtio transport. If KVM is detected, the virtio console will be + the default console. endmenu source "net/Kconfig"