From mboxrd@z Thu Jan 1 00:00:00 1970 From: Halil Pasic Subject: Re: [PATCH] drivers/s390/virtio: Remove the old KVM virtio transport Date: Wed, 27 Sep 2017 16:35:58 +0200 Message-ID: <1753dedc-ecd2-3404-3a52-8493ef5e9ade@linux.vnet.ibm.com> References: <1506512521-2244-1-git-send-email-thuth@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: linux-s390@vger.kernel.org, virtualization@lists.linux-foundation.org, kvm@vger.kernel.org, Christian Borntraeger , Heiko Carstens , Martin Schwidefsky To: Thomas Huth , Cornelia Huck Return-path: Received: from mx0b-001b2d01.pphosted.com ([148.163.158.5]:40404 "EHLO mx0a-001b2d01.pphosted.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1753273AbdI0OgF (ORCPT ); Wed, 27 Sep 2017 10:36:05 -0400 Received: from pps.filterd (m0098419.ppops.net [127.0.0.1]) by mx0b-001b2d01.pphosted.com (8.16.0.21/8.16.0.21) with SMTP id v8REZ9V7037989 for ; Wed, 27 Sep 2017 10:36:05 -0400 Received: from e06smtp14.uk.ibm.com (e06smtp14.uk.ibm.com [195.75.94.110]) by mx0b-001b2d01.pphosted.com with ESMTP id 2d8dmks0ng-1 (version=TLSv1.2 cipher=AES256-SHA bits=256 verify=NOT) for ; Wed, 27 Sep 2017 10:36:04 -0400 Received: from localhost by e06smtp14.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Wed, 27 Sep 2017 15:36:03 +0100 In-Reply-To: <1506512521-2244-1-git-send-email-thuth@redhat.com> Content-Language: en-US Sender: kvm-owner@vger.kernel.org List-ID: On 09/27/2017 01:42 PM, Thomas Huth wrote: > There is no recent user space application available anymore which still > supports this old virtio transport. Additionally, commit 3b2fbb3f06ef > ("virtio/s390: deprecate old transport") introduced a deprecation message > in the driver, and apparently nobody complained so far that it is still > required. So let's simply remove it. > > Signed-off-by: Thomas Huth Acked-by: Halil Pasic (with or without the fixup))