tmp_suning_uos_patched/net/9p
Rusty Russell 855e0c5288 virtio: use size-based config accessors.
This lets the transport do endian conversion if necessary, and insulates
the drivers from the difference.

Most drivers can use the simple helpers virtio_cread() and virtio_cwrite().

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2013-10-17 10:55:37 +10:30
..
client.c for-linus-3.12-merge minor 9p fixes and tweaks for 3.12 merge window 2013-09-11 12:34:13 -07:00
error.c
Kconfig
Makefile
mod.c
protocol.c
protocol.h
trans_common.c 9p: fix off by one causing access violations and memory corruption 2013-07-11 11:36:02 -07:00
trans_common.h
trans_fd.c
trans_rdma.c net: trans_rdma: remove unused function 2013-07-24 15:46:27 -07:00
trans_virtio.c virtio: use size-based config accessors. 2013-10-17 10:55:37 +10:30
util.c