From mboxrd@z Thu Jan 1 00:00:00 1970 From: Cornelia Huck Subject: Re: [PATCH] KVM: s390: Disable CONFIG_S390_GUEST_OLD_TRANSPORT by default Date: Tue, 26 Sep 2017 09:53:06 +0200 Message-ID: <20170926095306.6765bc0b.cohuck@redhat.com> References: <1506350729-11311-1-git-send-email-thuth@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: Halil Pasic , linux-s390@vger.kernel.org, virtualization@lists.linux-foundation.org, kvm@vger.kernel.org, Christian Borntraeger To: Thomas Huth Return-path: Received: from mx1.redhat.com ([209.132.183.28]:46350 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S964802AbdIZHxK (ORCPT ); Tue, 26 Sep 2017 03:53:10 -0400 In-Reply-To: <1506350729-11311-1-git-send-email-thuth@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: On Mon, 25 Sep 2017 16:45:29 +0200 Thomas Huth wrote: > There is no recent user space application available anymore which still > supports this old virtio transport, so let's disable this by default. > > Signed-off-by: Thomas Huth > --- > arch/s390/Kconfig | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/arch/s390/Kconfig b/arch/s390/Kconfig > index 48af970..923bf04 100644 > --- a/arch/s390/Kconfig > +++ b/arch/s390/Kconfig > @@ -930,7 +930,7 @@ config S390_GUEST > the KVM hypervisor. > > config S390_GUEST_OLD_TRANSPORT > - def_bool y > + def_bool n > prompt "Guest support for old s390 virtio transport (DEPRECATED)" > depends on S390_GUEST > help Acked-by: Cornelia Huck