Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 353662
b: refs/heads/master
c: 43893cb
h: refs/heads/master
v: v3
  • Loading branch information
Kees Cook authored and Greg Kroah-Hartman committed Jan 21, 2013
1 parent e6452ee commit d99f678
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 6d1f56aa5149082bb0ce6dd8d47e51a1013a206d
refs/heads/master: 43893cbefc1b79c94b4809535000c7a306b77360
4 changes: 2 additions & 2 deletions trunk/drivers/vhost/Kconfig
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
config VHOST_NET
tristate "Host kernel accelerator for virtio net (EXPERIMENTAL)"
depends on NET && EVENTFD && (TUN || !TUN) && (MACVTAP || !MACVTAP) && EXPERIMENTAL
tristate "Host kernel accelerator for virtio net"
depends on NET && EVENTFD && (TUN || !TUN) && (MACVTAP || !MACVTAP)
---help---
This kernel module can be loaded in host kernel to accelerate
guest networking with virtio_net. Not to be confused with virtio_net
Expand Down
4 changes: 2 additions & 2 deletions trunk/drivers/vhost/Kconfig.tcm
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
config TCM_VHOST
tristate "TCM_VHOST fabric module (EXPERIMENTAL)"
depends on TARGET_CORE && EVENTFD && EXPERIMENTAL && m
tristate "TCM_VHOST fabric module"
depends on TARGET_CORE && EVENTFD && m
default n
---help---
Say M here to enable the TCM_VHOST fabric module for use with virtio-scsi guests

0 comments on commit d99f678

Please sign in to comment.