linux/net/9p
Michael S. Tsirkin d2a7ddda9f virtio: find_vqs/del_vqs virtio operations
This replaces find_vq/del_vq with find_vqs/del_vqs virtio operations,
and updates all drivers. This is needed for MSI support, because MSI
needs to know the total number of vectors upfront.

Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> (+ lguest/9p compile fixes)
2009-06-12 22:16:36 +09:30
..
Kconfig 9p: disallow RDMA if RDMA CM isn't available 2009-01-15 16:39:42 -08:00
Makefile 9p: rdma: RDMA Transport Support for 9P 2008-10-22 18:47:39 -05:00
client.c net/9p: handle correctly interrupted 9P requests 2009-04-05 16:54:53 -05:00
error.c 9p: make cryptic unknown error from server less scary 2008-05-14 19:23:26 -05:00
mod.c 9p: consolidate transport structure 2008-10-17 11:04:41 -05:00
protocol.c 9p: fix endian issues [attempt 3] 2009-02-06 22:07:41 -08:00
protocol.h 9p: rework client code to use new protocol support functions 2008-10-17 11:04:45 -05:00
trans_fd.c net/9p: handle correctly interrupted 9P requests 2009-04-05 16:54:53 -05:00
trans_rdma.c net/9p: handle correctly interrupted 9P requests 2009-04-05 16:54:53 -05:00
trans_virtio.c virtio: find_vqs/del_vqs virtio operations 2009-06-12 22:16:36 +09:30
util.c 9p: rework client code to use new protocol support functions 2008-10-17 11:04:45 -05:00