9p: add virtio transport
authorEric Van Hensbergen <ericvh@gmail.com>
Tue, 23 Oct 2007 18:47:31 +0000 (13:47 -0500)
committerEric Van Hensbergen <ericvh@gmail.com>
Tue, 23 Oct 2007 18:47:31 +0000 (13:47 -0500)
commitb530cc794024be227876a089e66fb17b7b512763
tree70b2c555ea9cfe0337a7e25b8cf57c0236efe242
parent0b776eb5426752d4e53354ac89e3710d857e09a7
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>
Documentation/filesystems/9p.txt
include/linux/virtio_9p.h [new file with mode: 0644]
net/9p/Kconfig
net/9p/Makefile
net/9p/trans_virtio.c [new file with mode: 0644]