netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] vhost-scsi: file renames
@ 2013-05-02  1:45 Michael S. Tsirkin
  2013-05-02  1:45 ` [PATCH 1/3] vhost: src " Michael S. Tsirkin
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Michael S. Tsirkin @ 2013-05-02  1:45 UTC (permalink / raw)
  Cc: kvm, Michael S. Tsirkin, netdev, linux-kernel, virtualization,
	Stefan Hajnoczi

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 <mst@redhat.com>


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

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2013-05-02  4:44 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-05-02  1:45 [PATCH 0/3] vhost-scsi: file renames Michael S. Tsirkin
2013-05-02  1:45 ` [PATCH 1/3] vhost: src " Michael S. Tsirkin
2013-05-02  1:45 ` [PATCH 2/3] tcm_vhost: header split up Michael S. Tsirkin
2013-05-02  1:45 ` [PATCH 3/3] vhost_scsi: module rename Michael S. Tsirkin
2013-05-02  2:06 ` [PATCH 0/3] vhost-scsi: file renames Nicholas A. Bellinger
2013-05-02  4:44 ` Asias He

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).