From patchwork Fri Dec 4 03:49:18 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stefan Hajnoczi X-Patchwork-Id: 7765521 Return-Path: X-Original-To: patchwork-kvm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork2.web.kernel.org (Postfix) with ESMTP id 0C633BEEE1 for ; Fri, 4 Dec 2015 03:50:09 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 45801205E3 for ; Fri, 4 Dec 2015 03:50:08 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 5E507205E1 for ; Fri, 4 Dec 2015 03:50:07 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755235AbbLDDt0 (ORCPT ); Thu, 3 Dec 2015 22:49:26 -0500 Received: from mx1.redhat.com ([209.132.183.28]:58687 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755085AbbLDDtZ (ORCPT ); Thu, 3 Dec 2015 22:49:25 -0500 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (Postfix) with ESMTPS id 72C3F8CF6F; Fri, 4 Dec 2015 03:49:25 +0000 (UTC) Received: from localhost (ovpn-112-27.ams2.redhat.com [10.36.112.27]) by int-mx10.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id tB43nLCK011408; Thu, 3 Dec 2015 22:49:23 -0500 From: Stefan Hajnoczi To: netdev@vger.kernel.org Cc: "Michael S. Tsirkin" , kvm@vger.kernel.org, David Miller , Stefan Hajnoczi Subject: [PATCH] VSOCK: mark virtio_transport.ko experimental Date: Fri, 4 Dec 2015 11:49:18 +0800 Message-Id: <1449200958-18810-1-git-send-email-stefanha@redhat.com> X-Scanned-By: MIMEDefang 2.68 on 10.5.11.23 Sender: kvm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: kvm@vger.kernel.org X-Spam-Status: No, score=-6.9 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_HI, T_RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Be explicit that the virtio_transport.ko code implements a draft virtio specification that is still subject to change. Signed-off-by: Stefan Hajnoczi --- If you'd rather wait until the device specification has been finalized, feel free to revert the virtio-vsock code for now. Apologies for not mentioning the status in the Kconfig earlier. net/vmw_vsock/Kconfig | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/net/vmw_vsock/Kconfig b/net/vmw_vsock/Kconfig index 74e0bc8..d8be850 100644 --- a/net/vmw_vsock/Kconfig +++ b/net/vmw_vsock/Kconfig @@ -28,12 +28,17 @@ config VMWARE_VMCI_VSOCKETS will be called vmw_vsock_vmci_transport. If unsure, say N. config VIRTIO_VSOCKETS - tristate "virtio transport for Virtual Sockets" + tristate "virtio transport for Virtual Sockets (Experimental)" depends on VSOCKETS && VIRTIO select VIRTIO_VSOCKETS_COMMON + default n help This module implements a virtio transport for Virtual Sockets. + This feature is based on a draft of the virtio-vsock device + specification that is still subject to change. It can be used + to begin developing applications that use Virtual Sockets. + Enable this transport if your Virtual Machine runs on Qemu/KVM. To compile this driver as a module, choose M here: the module