Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-12-09 | tools/virtio: virtio_test tool | Michael S. Tsirkin | |
This is the userspace part of the tool: it includes a bunch of stubs for linux APIs, somewhat simular to linuxsched. This makes it possible to recompile the ring code in userspace. A small test example is implemented combining this with vhost_test module. Signed-off-by: Michael S. Tsirkin <mst@redhat.com> | |||
2010-12-09 | vhost test module | Michael S. Tsirkin | |
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> |