]> Pileus Git - ~andy/linux/commit
vhost test module
authorMichael S. Tsirkin <mst@redhat.com>
Mon, 29 Nov 2010 17:09:01 +0000 (19:09 +0200)
committerMichael S. Tsirkin <mst@redhat.com>
Thu, 9 Dec 2010 14:00:21 +0000 (16:00 +0200)
commit71ccc212e5b28dfcc870b6db6589c2df264fdc6a
treed9e98da011381c02b4ccae592509836aed2f0fcd
parent28831ee60b79bed50958c9cb0d2e76cdc98406f9
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 [new file with mode: 0644]
drivers/vhost/test.h [new file with mode: 0644]
tools/virtio/vhost_test/Makefile [new file with mode: 0644]
tools/virtio/vhost_test/vhost_test.c [new file with mode: 0644]