aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/filesystems
diff options
context:
space:
mode:
authorEric Van Hensbergen <ericvh@gmail.com>2007-10-23 14:47:31 -0400
committerEric Van Hensbergen <ericvh@gmail.com>2007-10-23 14:47:31 -0400
commitb530cc794024be227876a089e66fb17b7b512763 (patch)
tree70b2c555ea9cfe0337a7e25b8cf57c0236efe242 /Documentation/filesystems
parent0b776eb5426752d4e53354ac89e3710d857e09a7 (diff)
9p: add virtio transport
This adds a transport to 9p for communicating between guests and a host using a virtio based transport. Signed-off-by: Eric Van Hensbergen <ericvh@gmail.com>
Diffstat (limited to 'Documentation/filesystems')
-rw-r--r--Documentation/filesystems/9p.txt8
1 files changed, 5 insertions, 3 deletions
diff --git a/Documentation/filesystems/9p.txt b/Documentation/filesystems/9p.txt
index b90f537af35c..bf8080640eba 100644
--- a/Documentation/filesystems/9p.txt
+++ b/Documentation/filesystems/9p.txt
@@ -42,10 +42,12 @@ OPTIONS
42 42
43 trans=name select an alternative transport. Valid options are 43 trans=name select an alternative transport. Valid options are
44 currently: 44 currently:
45 unix - specifying a named pipe mount point 45 unix - specifying a named pipe mount point
46 tcp - specifying a normal TCP/IP connection 46 tcp - specifying a normal TCP/IP connection
47 fd - used passed file descriptors for connection 47 fd - used passed file descriptors for connection
48 (see rfdno and wfdno) 48 (see rfdno and wfdno)
49 virtio - connect to the next virtio channel available
50 (from lguest or KVM with trans_virtio module)
49 51
50 uname=name user name to attempt mount as on the remote server. The 52 uname=name user name to attempt mount as on the remote server. The
51 server may override or ignore this value. Certain user 53 server may override or ignore this value. Certain user