xen/9pfs: introduce Xen 9pfs transport driver
authorStefano Stabellini <[email protected]>
Wed, 5 Apr 2017 19:03:57 +0000 (12:03 -0700)
committerJuergen Gross <[email protected]>
Tue, 2 May 2017 09:11:17 +0000 (11:11 +0200)
commit868eb122739a588f2cd873308b9ff1f00849b8fd
tree3dd6f4bfca3f001bdf38f5daf62af8fe7d94eaec
parent04c40dfc8d7965e722b6e99352e2bfc2f5637359
xen/9pfs: introduce Xen 9pfs transport driver

Introduce the Xen 9pfs transport driver: add struct xenbus_driver to
register as a xenbus driver and add struct p9_trans_module to register
as v9fs driver.

All functions are empty stubs for now.

CC: [email protected]
CC: [email protected]
CC: Eric Van Hensbergen <[email protected]>
CC: Ron Minnich <[email protected]>
CC: Latchesar Ionkov <[email protected]>
CC: [email protected]
Signed-off-by: Stefano Stabellini <[email protected]>
Reviewed-by: Boris Ostrovsky <[email protected]>
Reviewed-by: Juergen Gross <[email protected]>
Signed-off-by: Juergen Gross <[email protected]>
net/9p/trans_xen.c [new file with mode: 0644]