History log of /drivers/vhost/test.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
5e7045b010bdb56abbfe5714e8debf03a024c016 09-Apr-2012 Zhi Yong Wu <wuzhy@linux.vnet.ibm.com> tools/virtio: fix up vhost/test module build

commit ea5d404655ba3b356d0c06d6a3c4f24112124522
broke build for the vhost test module used
by tools/virtio. Fix it up.

Signed-off-by: Zhi Yong Wu <wuzhy@linux.vnet.ibm.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
/drivers/vhost/test.c
f59281dafb832b161133743fcf3dc29051e6fdb8 21-Jun-2011 Jason Wang <jasowang@redhat.com> vhost: init used ring after backend was set

Move the used ring initialization after backend was set. This
makes it possible to disable the backend and tweak the used ring,
then restart. This will also make it possible to log the used ring
write correctly.

Signed-off-by: Jason Wang <jasowang@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
/drivers/vhost/test.c
8ea8cf89e19aeb596b818ee5f2bec8a8b0586b60 20-May-2011 Michael S. Tsirkin <mst@redhat.com> vhost: support event index

Support the new event index feature. When acked,
utilize it to reduce the # of interrupts sent to the guest.

Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
/drivers/vhost/test.c
71ccc212e5b28dfcc870b6db6589c2df264fdc6a 29-Nov-2010 Michael S. Tsirkin <mst@redhat.com> vhost test module

This adds a test module for vhost infrastructure.
Intentionally not tied to kbuild to prevent people
from installing and loading it accidentally.

Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
/drivers/vhost/test.c