From: "Michael S. Tsirkin" <mst@redhat.com>
Cc: kvm@vger.kernel.org, "Michael S. Tsirkin" <mst@redhat.com>,
netdev@vger.kernel.org, linux-kernel@vger.kernel.org,
virtualization@lists.linux-foundation.org,
Stefan Hajnoczi <stefanha@redhat.com>
Subject: [PATCH 0/3] vhost-scsi: file renames
Date: Thu, 2 May 2013 04:45:30 +0300 [thread overview]
Message-ID: <cover.1367459045.git.mst@redhat.com> (raw)
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
next reply other threads:[~2013-05-02 1:45 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-05-02 1:45 Michael S. Tsirkin [this message]
2013-05-02 1:45 ` [PATCH 1/3] vhost: src file renames 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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1367459045.git.mst@redhat.com \
--to=mst@redhat.com \
--cc=kvm@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=netdev@vger.kernel.org \
--cc=stefanha@redhat.com \
--cc=virtualization@lists.linux-foundation.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).