public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] KVM: s390: Disable CONFIG_S390_GUEST_OLD_TRANSPORT by default
@ 2017-09-25 14:45 Thomas Huth
  2017-09-25 17:54 ` Halil Pasic
                   ` (2 more replies)
  0 siblings, 3 replies; 12+ messages in thread
From: Thomas Huth @ 2017-09-25 14:45 UTC (permalink / raw)
  To: Halil Pasic, Cornelia Huck
  Cc: linux-s390, virtualization, kvm, Christian Borntraeger

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 <thuth@redhat.com>
---
 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
-- 
1.8.3.1

^ permalink raw reply related	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2017-09-26 11:10 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-09-25 14:45 [PATCH] KVM: s390: Disable CONFIG_S390_GUEST_OLD_TRANSPORT by default Thomas Huth
2017-09-25 17:54 ` Halil Pasic
2017-09-25 18:37   ` Christian Borntraeger
2017-09-26  2:44     ` Thomas Huth
2017-09-26 10:40     ` Heiko Carstens
2017-09-26 10:41       ` Christian Borntraeger
2017-09-26 10:47         ` Heiko Carstens
2017-09-26 10:57           ` Thomas Huth
2017-09-26 11:04             ` Heiko Carstens
2017-09-26 11:10               ` Cornelia Huck
2017-09-26  7:33 ` Christian Borntraeger
2017-09-26  7:53 ` Cornelia Huck

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox