#include <linux/compat.h>
#include <linux/eventfd.h>
#include <linux/vhost.h>
#include <linux/miscdevice.h>
#include <linux/module.h>
#include <linux/mutex.h>
#include <linux/workqueue.h>
#include <linux/rcupdate.h>
#include <linux/file.h>
#include <linux/slab.h>
#include "test.h"
#include "vhost.c"
Go to the source code of this file.
#define VHOST_TEST_WEIGHT 0x80000 |
- Enumerator:
VHOST_TEST_VQ |
|
VHOST_TEST_VQ_MAX |
|
Definition at line 27 of file test.c.
MODULE_AUTHOR |
( |
"Michael S. Tsirkin" |
| ) |
|
MODULE_DESCRIPTION |
( |
"Host kernel side for virtio simulator" |
| ) |
|
module_exit |
( |
vhost_test_exit |
| ) |
|
module_init |
( |
vhost_test_init |
| ) |
|
MODULE_LICENSE |
( |
"GPL v2" |
| ) |
|
MODULE_VERSION |
( |
"0.0.1" |
| ) |
|