tools/virtio: virtio_test tool

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>
This commit is contained in:
Michael S. Tsirkin
2010-11-29 19:16:37 +02:00
parent 71ccc212e5
commit 4e53f78e5b
5 changed files with 487 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
#ifndef LINUX_SLAB_H
#endif