From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Michael S. Tsirkin" Subject: Re: [PATCH] tcm_vhost: Add vhost_scsi as an alias for tcm_vhost Date: Wed, 1 May 2013 20:02:13 +0300 Message-ID: <20130501170213.GB22236@redhat.com> References: <1367034129-31214-1-git-send-email-asias@redhat.com> <20130501064222.GA15084@redhat.com> <1367424476.10977.4.camel@haakon3.risingtidesystems.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <1367424476.10977.4.camel@haakon3.risingtidesystems.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: virtualization-bounces@lists.linux-foundation.org Errors-To: virtualization-bounces@lists.linux-foundation.org To: "Nicholas A. Bellinger" Cc: kvm@vger.kernel.org, virtualization@lists.linux-foundation.org, target-devel@vger.kernel.org, Stefan Hajnoczi , Paolo Bonzini List-Id: virtualization@lists.linuxfoundation.org On Wed, May 01, 2013 at 09:07:56AM -0700, Nicholas A. Bellinger wrote: > On Wed, 2013-05-01 at 09:42 +0300, Michael S. Tsirkin wrote: > > On Sat, Apr 27, 2013 at 11:42:09AM +0800, Asias He wrote: > > > Signed-off-by: Asias He > > > > > > Nicholas, thoughts? > > How about we move tcm_vhost.c to scsi.c > > call module vhost_scsi and add tcm_vhost as an alias? > > If not - want this alias in? > > > > No objection on my side.. > > Shall I rebase a branch on top of your vhost-net-next + perform the > rename, or do you want to send this via net-next..? > > --nab Probably easier if I'll do it, but this should go direct to Linus, not through net. > > > --- > > > 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); > > > -- > > > 1.8.1.4 > > -- > > To unsubscribe from this list: send the line "unsubscribe target-devel" in > > the body of a message to majordomo@vger.kernel.org > > More majordomo info at http://vger.kernel.org/majordomo-info.html >