You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07: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:
@@ -0,0 +1,2 @@
|
||||
obj-m += vhost_test.o
|
||||
EXTRA_CFLAGS += -Idrivers/vhost
|
||||
@@ -0,0 +1 @@
|
||||
#include "test.c"
|
||||
Reference in New Issue
Block a user