Skip to content

Commit

Permalink
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel…
Browse files Browse the repository at this point in the history
…/git/nab/target-pending

Pull tcm_vhost level target fabric driver from Nicholas Bellinger:
 "Here is the PULL request for the initial merge of tcm_vhost based on
  RFC-v5 code with MST's ACK appended to the initial merge commit."

* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending:
  tcm_vhost: Initial merge for vhost level target fabric driver
  • Loading branch information
Linus Torvalds committed Aug 13, 2012
2 parents 21d2f8d + 057cbf4 commit f82202b
Show file tree
Hide file tree
Showing 5 changed files with 1,740 additions and 0 deletions.
3 changes: 3 additions & 0 deletions drivers/vhost/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,6 @@ config VHOST_NET
To compile this driver as a module, choose M here: the module will
be called vhost_net.

if STAGING
source "drivers/vhost/Kconfig.tcm"
endif
6 changes: 6 additions & 0 deletions drivers/vhost/Kconfig.tcm
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
config TCM_VHOST
tristate "TCM_VHOST fabric module (EXPERIMENTAL)"
depends on TARGET_CORE && EVENTFD && EXPERIMENTAL && m
default n
---help---
Say M here to enable the TCM_VHOST fabric module for use with virtio-scsi guests
2 changes: 2 additions & 0 deletions drivers/vhost/Makefile
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
obj-$(CONFIG_VHOST_NET) += vhost_net.o
vhost_net-y := vhost.o net.o

obj-$(CONFIG_TCM_VHOST) += tcm_vhost.o
Loading

0 comments on commit f82202b

Please sign in to comment.