linux-stable/drivers/vhost
Asias He 6ac1afbf61 vhost: Make vhost a separate module
Currently, vhost-net and vhost-scsi are sharing the vhost core code.
However, vhost-scsi shares the code by including the vhost.c file
directly.

Making vhost a separate module makes it is easier to share code with
other vhost devices.

Signed-off-by: Asias He <asias@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
2013-07-07 17:33:44 +03:00
..
Kconfig vhost: Make vhost a separate module 2013-07-07 17:33:44 +03:00
Makefile vhost: Make vhost a separate module 2013-07-07 17:33:44 +03:00
net.c vhost-net: fix use-after-free in vhost_net_flush 2013-07-07 14:06:22 +03:00
scsi.c vhost: Make vhost a separate module 2013-07-07 17:33:44 +03:00
test.c vhost: Make vhost a separate module 2013-07-07 17:33:44 +03:00
test.h vhost test module 2010-12-09 16:00:21 +02:00
vhost.c vhost: Make vhost a separate module 2013-07-07 17:33:44 +03:00
vhost.h vhost: Make vhost a separate module 2013-07-07 17:33:44 +03:00
vringh.c Add missing module license tag to vring helpers. 2013-05-08 10:49:03 +09:30