linux-stable/drivers/vhost
Rusty Russell f87d0fbb57 vringh: host-side implementation of virtio rings.
Getting use of virtio rings correct is tricky, and a recent patch saw
an implementation of in-kernel rings (as separate from userspace).

This abstracts the business of dealing with the virtio ring layout
from the access (userspace or direct); to do this, we use function
pointers, which gcc inlines correctly.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Acked-by: Michael S. Tsirkin <mst@redhat.com>
2013-03-20 14:05:33 +10:30
..
Kconfig vringh: host-side implementation of virtio rings. 2013-03-20 14:05:33 +10:30
Kconfig.tcm vringh: host-side implementation of virtio rings. 2013-03-20 14:05:33 +10:30
Makefile vringh: host-side implementation of virtio rings. 2013-03-20 14:05:33 +10:30
net.c vhost_net: handle polling errors when setting backend 2013-01-29 15:43:03 -05:00
tcm_vhost.c tcm_vhost: Multi-queue support 2013-02-13 11:30:14 -08:00
tcm_vhost.h tcm_vhost: Multi-queue support 2013-02-13 11:30:14 -08:00
test.c tools/virtio: fix build for 3.8 2013-03-20 14:00:41 +10:30
test.h vhost test module 2010-12-09 16:00:21 +02:00
vhost.c vhost_net: handle polling errors when setting backend 2013-01-29 15:43:03 -05:00
vhost.h vhost_net: handle polling errors when setting backend 2013-01-29 15:43:03 -05:00
vringh.c vringh: host-side implementation of virtio rings. 2013-03-20 14:05:33 +10:30