linux/net/9p
Rusty Russell a586d4f601 virtio: simplify config mechanism.
Previously we used a type/len pair within the config space, but this
seems overkill.  We now simply define a structure which represents the
layout in the config space: the config space can now only be extended
at the end.

The main driver-visible changes:
1) We indicate what fields are present with an explicit feature bit.
2) Virtqueues are explicitly numbered, and not in the config space.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2008-02-04 23:49:57 +11:00
..
client.c 9p: fix bad kconfig cross-dependency 2007-10-17 14:31:07 -05:00
conv.c [NET] 9p: kill dead static inline buf_put_string 2008-01-31 19:27:05 -08:00
error.c 9p: Reorganization of 9p file system code 2007-07-14 15:13:40 -05:00
fcprint.c 9p: Reorganization of 9p file system code 2007-07-14 15:13:40 -05:00
Kconfig 9p: add virtio transport 2007-10-23 13:47:31 -05:00
Makefile 9p: add virtio transport 2007-10-23 13:47:31 -05:00
mod.c 9p: return NULL when trans not found 2007-11-06 08:02:53 -06:00
mux.c [9P]: Fix missing unlock before return in p9_mux_poll_start 2007-10-23 21:27:54 -07:00
trans_fd.c 9p: add missing end-of-options record for trans_fd 2007-11-06 08:02:53 -06:00
trans_virtio.c virtio: simplify config mechanism. 2008-02-04 23:49:57 +11:00
util.c 9p: Reorganization of 9p file system code 2007-07-14 15:13:40 -05:00