From mboxrd@z Thu Jan 1 00:00:00 1970 From: Asias He Subject: Re: [PATCH 0/3] vhost-scsi: file renames Date: Thu, 2 May 2013 12:44:02 +0800 Message-ID: <20130502044402.GC3646@hj.localdomain> References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Cc: kvm@vger.kernel.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, virtualization@lists.linux-foundation.org, Stefan Hajnoczi To: "Michael S. Tsirkin" Return-path: Content-Disposition: inline In-Reply-To: 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 List-Id: netdev.vger.kernel.org On Thu, May 02, 2013 at 04:45:30AM +0300, Michael S. Tsirkin wrote: > This reorgs the files a bit, renaming tcm_vhost to > vhost_scsi as that's how userspace refers to it. > While at it, cleanup some leftovers from when it was a > staging driver. > > Signed-off-by: Michael S. Tsirkin Reviewed-by: Asias He > > Michael S. Tsirkin (3): > vhost: src file renames > tcm_vhost: header split up > vhost_scsi: module rename > > drivers/vhost/Kconfig | 10 ++- > drivers/vhost/Kconfig.tcm | 6 -- > drivers/vhost/Makefile | 3 +- > drivers/vhost/{tcm_vhost.c => scsi.c} | 115 ++++++++++++++++++++++++++--- > drivers/vhost/tcm_vhost.h | 131 ---------------------------------- > include/uapi/linux/vhost.h | 28 ++++++++ > 6 files changed, 143 insertions(+), 150 deletions(-) > delete mode 100644 drivers/vhost/Kconfig.tcm > rename drivers/vhost/{tcm_vhost.c => scsi.c} (94%) > delete mode 100644 drivers/vhost/tcm_vhost.h > > -- > MST -- Asias