commit | 71ccc212e5b28dfcc870b6db6589c2df264fdc6a | [log] [tgz] |
---|---|---|
author | Michael S. Tsirkin <mst@redhat.com> | Mon Nov 29 19:09:01 2010 +0200 |
committer | Michael S. Tsirkin <mst@redhat.com> | Thu Dec 09 16:00:21 2010 +0200 |
tree | d9e98da011381c02b4ccae592509836aed2f0fcd | |
parent | 28831ee60b79bed50958c9cb0d2e76cdc98406f9 [diff] [blame] |
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>
diff --git a/tools/virtio/vhost_test/vhost_test.c b/tools/virtio/vhost_test/vhost_test.c new file mode 100644 index 0000000..1873518 --- /dev/null +++ b/tools/virtio/vhost_test/vhost_test.c
@@ -0,0 +1 @@ +#include "test.c"