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>
这个提交包含在:
Michael S. Tsirkin
2010-11-29 19:09:01 +02:00
父节点 28831ee60b
当前提交 71ccc212e5
修改 4 个文件,包含 330 行新增0 行删除

查看文件

@@ -0,0 +1,2 @@
obj-m += vhost_test.o
EXTRA_CFLAGS += -Idrivers/vhost

查看文件

@@ -0,0 +1 @@
#include "test.c"