mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
synced 2026-04-23 05:56:14 -04:00
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>
This commit is contained in:
2
tools/virtio/vhost_test/Makefile
Normal file
2
tools/virtio/vhost_test/Makefile
Normal file
@@ -0,0 +1,2 @@
|
||||
obj-m += vhost_test.o
|
||||
EXTRA_CFLAGS += -Idrivers/vhost
|
||||
1
tools/virtio/vhost_test/vhost_test.c
Normal file
1
tools/virtio/vhost_test/vhost_test.c
Normal file
@@ -0,0 +1 @@
|
||||
#include "test.c"
|
||||
Reference in New Issue
Block a user