1
0
Fork 0
freescale-linux-fslc/net/9p
Michael S. Tsirkin 7754f53e94 virtio/9p: verify device has config space
Some devices might not implement config space access
(e.g. remoteproc used not to - before 3.9).
virtio/9p needs config space access so make it
fail gracefully if not there.

Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2015-01-21 16:28:45 +10:30
..
client.c 9P: remove unnecessary break after return 2014-07-15 16:27:00 -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 9pnet: trans_fd : allocate struct p9_trans_fd and struct p9_conn together. 2014-03-25 16:38:17 -05:00
trans_rdma.c 9pnet_rdma: check token type before int conversion 2014-03-25 16:38:19 -05:00
trans_virtio.c virtio/9p: verify device has config space 2015-01-21 16:28:45 +10:30
util.c