From patchwork Sat Apr 27 03:42:09 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Asias He X-Patchwork-Id: 2496541 Return-Path: X-Original-To: patchwork-kvm@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork2.kernel.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by patchwork2.kernel.org (Postfix) with ESMTP id 08F4DDF23A for ; Sat, 27 Apr 2013 03:42:57 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756817Ab3D0Dmo (ORCPT ); Fri, 26 Apr 2013 23:42:44 -0400 Received: from mx1.redhat.com ([209.132.183.28]:62574 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754846Ab3D0Dmn (ORCPT ); Fri, 26 Apr 2013 23:42:43 -0400 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r3R3gcSu031962 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Fri, 26 Apr 2013 23:42:38 -0400 Received: from hj.localdomain.com ([10.66.4.126]) by int-mx11.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id r3R3gXe2007519; Fri, 26 Apr 2013 23:42:34 -0400 From: Asias He To: Nicholas Bellinger Cc: Paolo Bonzini , Stefan Hajnoczi , "Michael S. Tsirkin" , Rusty Russell , kvm@vger.kernel.org, virtualization@lists.linux-foundation.org, target-devel@vger.kernel.org, Asias He Subject: [PATCH] tcm_vhost: Add vhost_scsi as an alias for tcm_vhost Date: Sat, 27 Apr 2013 11:42:09 +0800 Message-Id: <1367034129-31214-1-git-send-email-asias@redhat.com> X-Scanned-By: MIMEDefang 2.68 on 10.5.11.24 Sender: kvm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: kvm@vger.kernel.org Signed-off-by: Asias He Acked-by: Michael S. Tsirkin --- drivers/vhost/tcm_vhost.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/vhost/tcm_vhost.c b/drivers/vhost/tcm_vhost.c index 1677238..bddc39a 100644 --- a/drivers/vhost/tcm_vhost.c +++ b/drivers/vhost/tcm_vhost.c @@ -1928,5 +1928,6 @@ static void tcm_vhost_exit(void) MODULE_DESCRIPTION("TCM_VHOST series fabric driver"); MODULE_LICENSE("GPL"); +MODULE_ALIAS("vhost_scsi"); module_init(tcm_vhost_init); module_exit(tcm_vhost_exit);